Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mobicents.slee.runtime
Interface SleeEvent  view SleeEvent download SleeEvent.java

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()