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

- All Known Implementing Classes:
- SleeEventImpl
- public interface SleeEvent
Slee Event Object Interface.
| Field Summary | |
static java.lang.String |
ACTIVITY_EVENT
|
| Method Summary | |
java.lang.Object |
getActivity()
|
java.lang.String |
getActivityContextID()
Get the activity context that encapsulates this event. |
ActivityContextInterface |
getActivityContextInterface()
|
Address |
getAddress()
get the address associated with this event. |
java.lang.Object |
getEventObject()
Get the event name. |
EventTypeID |
getEventTypeID()
Get the event type. |
void |
setActivityContextInterface(ActivityContextInterface aci)
Set the ACI before routing event to the sbb. |
| Field Detail |
ACTIVITY_EVENT
public static final java.lang.String ACTIVITY_EVENT
- See Also:
- Constant Field Values
| Method Detail |
getActivityContextID
public java.lang.String getActivityContextID()
- Get the activity context that encapsulates this event.
getEventTypeID
public EventTypeID getEventTypeID()
- Get the event type.
getEventObject
public java.lang.Object getEventObject()
- Get the event name.
getAddress
public Address getAddress()
- get the address associated with this event.
getActivityContextInterface
public ActivityContextInterface getActivityContextInterface()
setActivityContextInterface
public void setActivityContextInterface(ActivityContextInterface aci)
- Set the ACI before routing event to the sbb.
This is a temporary place holder
getActivity
public java.lang.Object getActivity()
|
|||||||||
| Home >> All >> org >> mobicents >> slee >> [ runtime overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC