Class ActivityContextInterfaceFactoryBinding
- java.lang.Object
-
- com.opencloud.rhino.slee.environment.JndiBinding
-
- com.opencloud.rhino.slee.environment.ResourceAdaptorTypeBinding
-
- com.opencloud.rhino.slee.environment.ActivityContextInterfaceFactoryBinding
-
public final class ActivityContextInterfaceFactoryBinding extends ResourceAdaptorTypeBinding
Metadata class representing a JNDI binding to an activity context interface factory.
- Since:
- Rhino 2.4.0
-
-
Constructor Summary
Constructors Constructor Description ActivityContextInterfaceFactoryBinding(String jndiName, ResourceAdaptorTypeID raType, Object value)
Create a new JNDI binding metadata object for a binding to an activity context interface factory.
-
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.ResourceAdaptorTypeBinding
getResourceAdaptorType, hashCode
-
Methods inherited from class com.opencloud.rhino.slee.environment.JndiBinding
equals, getJndiName, getValue
-
-
-
-
Constructor Detail
-
ActivityContextInterfaceFactoryBinding
public ActivityContextInterfaceFactoryBinding(String jndiName, ResourceAdaptorTypeID raType, Object value)
Create a new JNDI binding metadata object for a binding to an activity context interface factory.
- Parameters:
jndiName
- the fully-qualified name where the factory is bound in JNDI.raType
- the component identifier of the resource adaptor type defining the activity context interface factory.value
- the bound factory.- Since:
- Rhino 2.4.0
-
-
Method Detail
-
getType
public BindingType getType()
Description copied from class:JndiBinding
Get the type of the binding.
- Specified by:
getType
in classJndiBinding
- Returns:
BindingType.ACTIVITY_CONTEXT_INTERFACE_FACTORY
.
-
-