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