public final class EnvEntry extends JndiBinding
Metadata class representing a JNDI binding to an environment entry.
Constructor and Description |
---|
EnvEntry(String jndiName,
Object value)
Create a new JNDI binding metadata object for an environment entry.
|
Modifier and Type | Method and Description |
---|---|
BindingType |
getType()
Get the type of the binding.
|
String |
toString() |
equals, getJndiName, getValue, hashCode
public BindingType getType()
JndiBinding
Get the type of the binding.
getType
in class JndiBinding
BindingType.ENV_ENTRY
.