java.lang.Object
org.mobicents.slee.resource.InstalledResourceAdaptor
- All Implemented Interfaces:
- java.io.Serializable
- public class InstalledResourceAdaptor
- extends java.lang.Object
- implements java.io.Serializable
Represents an Installed resource adaptor. Is indexed in the SleeContainer using the
ComponentKey of the resource type.
Each Resource adaptor type maps to 0 or more resource adaptor IDs
Each resource adaptor ID maps to 0 or more installed resource adaptor entities.
ResourceAdaptorType ->* ResourceAdaptorID ->* resourceAdaptorEntities.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resourceAdaptorId
private org.mobicents.slee.container.management.ResourceAdaptorIDImpl resourceAdaptorId
resourceAdaptorClass
private java.lang.Class resourceAdaptorClass
raAciName
private java.lang.String raAciName
activityInterfaceNames
private java.lang.String[] activityInterfaceNames
raInterfaceFactory
private java.lang.String raInterfaceFactory
resourceAdaptorEntities
private java.util.HashSet resourceAdaptorEntities
container
private transient org.mobicents.slee.container.SleeContainer container
descriptor
private ResourceAdaptorDescriptorImpl descriptor
raType
private ResourceAdaptorType raType
log
private static transient org.jboss.logging.Logger log
InstalledResourceAdaptor
public InstalledResourceAdaptor()
InstalledResourceAdaptor
public InstalledResourceAdaptor(org.mobicents.slee.container.SleeContainer container,
ResourceAdaptorDescriptorImpl raDescr,
org.mobicents.slee.container.management.ResourceAdaptorIDImpl resourceAdaptorId)
throws java.lang.ClassNotFoundException
addResourceAdaptorEntity
public void addResourceAdaptorEntity(ResourceAdaptorEntity raEntity)
removeResourceAdaptorEntity
public void removeResourceAdaptorEntity(ResourceAdaptorEntity raEntity)
getResourceAdaptorEntities
public java.util.HashSet getResourceAdaptorEntities()
getDescriptor
public ResourceAdaptorDescriptorImpl getDescriptor()
- Get the descriptor
getKey
public org.mobicents.slee.container.management.ResourceAdaptorIDImpl getKey()
getRaAciName
public java.lang.String getRaAciName()
getRaInterfaceFactory
public java.lang.String getRaInterfaceFactory()
getRaType
public ResourceAdaptorType getRaType()
getResourceAdaptorClass
public java.lang.Class getResourceAdaptorClass()