Uses of Class
com.opencloud.rhino.slee.environment.JndiBinding
-
Packages that use JndiBinding Package Description com.opencloud.rhino.slee com.opencloud.rhino.slee.environment com.opencloud.rhino.slee.sbbpart -
-
Uses of JndiBinding in com.opencloud.rhino.slee
Methods in com.opencloud.rhino.slee that return types with arguments of type JndiBinding Modifier and Type Method Description Map<String,JndiBinding>
RhinoSbbContext. getJndiBindings()
Get a map describing the JNDI bindings available to the SBB. -
Uses of JndiBinding in com.opencloud.rhino.slee.environment
Subclasses of JndiBinding in com.opencloud.rhino.slee.environment Modifier and Type Class Description class
ActivityContextInterfaceFactoryBinding
Metadata class representing a JNDI binding to an activity context interface factory.class
EnvEntry
Metadata class representing a JNDI binding to an environment entry.class
Facility
Metadata class representing a JNDI binding to a SLEE facility.class
LimiterEndpoint
Metadata class representing a JNDI binding to a Rhino limiter endpoint.class
ResourceAdaptorEntityBinding
Metadata class representing a JNDI binding to a resource adaptor entity.class
ResourceAdaptorTypeBinding
Base class for JNDI binding metadata related to resource adaptor types. -
Uses of JndiBinding in com.opencloud.rhino.slee.sbbpart
Methods in com.opencloud.rhino.slee.sbbpart that return types with arguments of type JndiBinding Modifier and Type Method Description Map<String,JndiBinding>
SbbPartContext. getJndiBindings()
Get a map describing the JNDI bindings available to the SBB part.
-