public final class Facility extends JndiBinding
Metadata class representing a JNDI binding to a SLEE facility.
Constructor and Description |
---|
Facility(String jndiName,
Object value)
Create a new JNDI binding metadata object for a binding to a SLEE facility.
|
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.FACILITY
.