|
|||||||||
| Home >> All >> org >> mobicents >> slee >> [ resource overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mobicents.slee.resource
Class ResourceAdaptorContext

java.lang.Objectorg.mobicents.slee.resource.ResourceAdaptorContext
- public class ResourceAdaptorContext
- extends java.lang.Object
This class is used by the resource adaptor entity in order to retrieve the event lookup facility and the slee endpoint
| Field Summary | |
(package private) org.mobicents.slee.runtime.SleeInternalEndpoint |
endpoint
|
(package private) EventLookup |
eventLookup
|
| Constructor Summary | |
ResourceAdaptorContext(org.mobicents.slee.runtime.SleeInternalEndpoint endpoint,
EventLookup eventLookup)
|
|
| Method Summary | |
java.lang.String |
getEntityName()
|
EventLookup |
getEventLookupFacility()
|
org.mobicents.slee.runtime.SleeInternalEndpoint |
getSleeEndpoint()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
endpoint
org.mobicents.slee.runtime.SleeInternalEndpoint endpoint
eventLookup
EventLookup eventLookup
| Constructor Detail |
ResourceAdaptorContext
public ResourceAdaptorContext(org.mobicents.slee.runtime.SleeInternalEndpoint endpoint, EventLookup eventLookup)
| Method Detail |
getEntityName
public java.lang.String getEntityName()
getEventLookupFacility
public EventLookup getEventLookupFacility()
getSleeEndpoint
public org.mobicents.slee.runtime.SleeInternalEndpoint getSleeEndpoint()
|
|||||||||
| Home >> All >> org >> mobicents >> slee >> [ resource overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.mobicents.slee.resource.ResourceAdaptorContext