java.lang.Object
org.mobicents.slee.resource.ResourceAdaptorType
- All Implemented Interfaces:
- java.io.Serializable
- public class ResourceAdaptorType
- extends java.lang.Object
- implements java.io.Serializable
An object that tracks all the resource adaptors for a given resource
adaptor type id. There can be multiple resource adaptors given a resource
adaptor type. There can be multiple resource adaptor entities for a given
resource adaptor. This structure maps a given resource adaptor type to
multiple resource adaptor IDs.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resourceAdaptorTypeID
private ResourceAdaptorTypeIDImpl resourceAdaptorTypeID
resourceAdaptorIDs
private java.util.HashSet resourceAdaptorIDs
raTypeDescr
private ResourceAdaptorTypeDescriptorImpl raTypeDescr
activityContextInterfaceJNDIName
private java.lang.String activityContextInterfaceJNDIName
ResourceAdaptorType
public ResourceAdaptorType(ResourceAdaptorTypeDescriptorImpl ratDescr)
getResourceAdaptorTypeID
public ResourceAdaptorTypeIDImpl getResourceAdaptorTypeID()
getRaTypeDescr
public ResourceAdaptorTypeDescriptorImpl getRaTypeDescr()
getResourceAdaptorIDs
public java.util.HashSet getResourceAdaptorIDs()
addResourceAdaptor
public void addResourceAdaptor(org.mobicents.slee.container.management.ResourceAdaptorIDImpl resourceAdaptorID)
getActivityContextInterfaceFactoryJNDIName
public java.lang.String getActivityContextInterfaceFactoryJNDIName()
setActivityContextInterfaceJNDIName
public void setActivityContextInterfaceJNDIName(java.lang.String name)