java.lang.Object
org.mobicents.slee.runtime.facilities.ProfileUpdatedEventImpl
- All Implemented Interfaces:
- org.mobicents.slee.runtime.SleeEvent
- public class ProfileUpdatedEventImpl
- extends java.lang.Object
- implements org.mobicents.slee.runtime.SleeEvent
Profile Updated Event implementation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aci
private ActivityContextInterface aci
profile
private ProfileID profile
profileAddress
private Address profileAddress
beforeUpdateProfile
private java.lang.Object beforeUpdateProfile
afterUpdateProfile
private java.lang.Object afterUpdateProfile
activityContextInterface
private org.mobicents.slee.runtime.ActivityContextInterfaceImpl activityContextInterface
eventTypeId
private org.mobicents.slee.container.management.EventTypeIDImpl eventTypeId
serviceContainer
private org.mobicents.slee.container.SleeContainer serviceContainer
profileActivityContextInterfaceFactory
private ProfileTableActivityContextInterfaceFactoryImpl profileActivityContextInterfaceFactory
ProfileUpdatedEventImpl
public ProfileUpdatedEventImpl(Address profileAddress,
ProfileID profile,
java.lang.Object beforeUpdateProfile,
java.lang.Object afterUpdateProfile,
org.mobicents.slee.runtime.ActivityContextInterfaceImpl activityContext,
ProfileTableActivityContextInterfaceFactoryImpl pACIFactory)
getActivity
public java.lang.Object getActivity()
- Specified by:
getActivity in interface org.mobicents.slee.runtime.SleeEvent
getProfile
public ProfileID getProfile()
getProfileAddress
public Address getProfileAddress()
getBeforeUpdateProfile
public java.lang.Object getBeforeUpdateProfile()
getAfterUpdateProfile
public java.lang.Object getAfterUpdateProfile()
getActivityContext
public org.mobicents.slee.runtime.ActivityContext getActivityContext()
getEventTypeID
public EventTypeID getEventTypeID()
- Description copied from interface:
org.mobicents.slee.runtime.SleeEvent
- Get the event type.
- Specified by:
getEventTypeID in interface org.mobicents.slee.runtime.SleeEvent
getEventObject
public java.lang.Object getEventObject()
- Description copied from interface:
org.mobicents.slee.runtime.SleeEvent
- Get the event name.
- Specified by:
getEventObject in interface org.mobicents.slee.runtime.SleeEvent
getAddress
public Address getAddress()
- Description copied from interface:
org.mobicents.slee.runtime.SleeEvent
- get the address associated with this event.
- Specified by:
getAddress in interface org.mobicents.slee.runtime.SleeEvent
getActivityContextID
public java.lang.String getActivityContextID()
- Description copied from interface:
org.mobicents.slee.runtime.SleeEvent
- Get the activity context that encapsulates this event.
- Specified by:
getActivityContextID in interface org.mobicents.slee.runtime.SleeEvent
getActivityContextInterface
public ActivityContextInterface getActivityContextInterface()
- Specified by:
getActivityContextInterface in interface org.mobicents.slee.runtime.SleeEvent
setActivityContextInterface
public void setActivityContextInterface(ActivityContextInterface aci)
- Description copied from interface:
org.mobicents.slee.runtime.SleeEvent
- Set the ACI before routing event to the sbb.
This is a temporary place holder
- Specified by:
setActivityContextInterface in interface org.mobicents.slee.runtime.SleeEvent