public final class ActivityContextInterfaceFactoryBinding extends ResourceAdaptorTypeBinding
Metadata class representing a JNDI binding to an activity context interface factory.
Constructor and Description |
---|
ActivityContextInterfaceFactoryBinding(String jndiName,
ResourceAdaptorTypeID raType,
Object value)
Create a new JNDI binding metadata object for a binding to an activity context interface factory.
|
Modifier and Type | Method and Description |
---|---|
BindingType |
getType()
Get the type of the binding.
|
String |
toString() |
getResourceAdaptorType, hashCode
equals, getJndiName, getValue
public ActivityContextInterfaceFactoryBinding(String jndiName, ResourceAdaptorTypeID raType, Object value)
Create a new JNDI binding metadata object for a binding to an activity context interface factory.
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.public BindingType getType()
JndiBinding
Get the type of the binding.
getType
in class JndiBinding
BindingType.ACTIVITY_CONTEXT_INTERFACE_FACTORY
.