Class Facility
- java.lang.Object
-
- com.opencloud.rhino.slee.environment.JndiBinding
-
- com.opencloud.rhino.slee.environment.Facility
-
public final class Facility extends JndiBinding
Metadata class representing a JNDI binding to a SLEE facility.
- Since:
- Rhino 2.4.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BindingType
getType()
Get the type of the binding.String
toString()
-
Methods inherited from class com.opencloud.rhino.slee.environment.JndiBinding
equals, getJndiName, getValue, hashCode
-
-
-
-
Method Detail
-
getType
public BindingType getType()
Description copied from class:JndiBinding
Get the type of the binding.
- Specified by:
getType
in classJndiBinding
- Returns:
BindingType.FACILITY
.
-
-