Class ResourceAdaptorEntityBinding
- java.lang.Object
-
- com.opencloud.rhino.slee.environment.JndiBinding
-
- com.opencloud.rhino.slee.environment.ResourceAdaptorTypeBinding
-
- com.opencloud.rhino.slee.environment.ResourceAdaptorEntityBinding
-
public final class ResourceAdaptorEntityBinding extends ResourceAdaptorTypeBinding
Metadata class representing a JNDI binding to a resource adaptor entity.
- Since:
- Rhino 2.4.0
-
-
Constructor Summary
Constructors Constructor Description ResourceAdaptorEntityBinding(String jndiName, ResourceAdaptorTypeID raType, Object value)
Create a new JNDI binding metadata object for a binding to a resource adaptor entity.
-
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
-
ResourceAdaptorEntityBinding
public ResourceAdaptorEntityBinding(String jndiName, ResourceAdaptorTypeID raType, Object value)
Create a new JNDI binding metadata object for a binding to a resource adaptor entity.
- Parameters:
jndiName
- the fully-qualified name where the resource adaptor entity is bound in JNDI.raType
- the component identifier of the resource adaptor type required to be implemented by the resource adaptor.value
- the bound resource adaptor entity.- 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.RESOURCE_ADAPTOR_ENTITY
.
-
-