public abstract class JndiBinding extends Object
Base class for JNDI binding metadata.
Modifier | Constructor and Description |
---|---|
protected |
JndiBinding(String jndiName,
Object value)
Create a new JNDI binding metadata object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getJndiName()
Get the JNDI name of the binding.
|
abstract BindingType |
getType()
Get the type of the binding.
|
Object |
getValue()
Get the value bound to the JNDI name.
|
int |
hashCode() |
public abstract BindingType getType()
Get the type of the binding.
public final String getJndiName()
Get the JNDI name of the binding. This name is fully-qualified.
public final Object getValue()
Get the value bound to the JNDI name.
public boolean equals(Object o)