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

Quick Search    Search Deep

org.mobicents.slee.runtime.facilities
Class ProfileUpdatedEventImpl  view ProfileUpdatedEventImpl download ProfileUpdatedEventImpl.java

java.lang.Object
  extended byorg.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.


Field Summary
private  ActivityContextInterface aci
           
private  org.mobicents.slee.runtime.ActivityContextInterfaceImpl activityContextInterface
           
private  java.lang.Object afterUpdateProfile
           
private  java.lang.Object beforeUpdateProfile
           
private  org.mobicents.slee.container.management.EventTypeIDImpl eventTypeId
           
private  ProfileID profile
           
private  ProfileTableActivityContextInterfaceFactoryImpl profileActivityContextInterfaceFactory
           
private  Address profileAddress
           
private  org.mobicents.slee.container.SleeContainer serviceContainer
           
 
Fields inherited from interface org.mobicents.slee.runtime.SleeEvent
ACTIVITY_EVENT
 
Constructor Summary
ProfileUpdatedEventImpl(Address profileAddress, ProfileID profile, java.lang.Object beforeUpdateProfile, java.lang.Object afterUpdateProfile, org.mobicents.slee.runtime.ActivityContextInterfaceImpl activityContext, ProfileTableActivityContextInterfaceFactoryImpl pACIFactory)
           
 
Method Summary
 java.lang.Object getActivity()
           
 org.mobicents.slee.runtime.ActivityContext getActivityContext()
           
 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 getAfterUpdateProfile()
           
 java.lang.Object getBeforeUpdateProfile()
           
 java.lang.Object getEventObject()
          Get the event name.
 EventTypeID getEventTypeID()
          Get the event type.
 ProfileID getProfile()
           
 Address getProfileAddress()
           
 void setActivityContextInterface(ActivityContextInterface aci)
          Set the ACI before routing event to the sbb.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ProfileUpdatedEventImpl

public ProfileUpdatedEventImpl(Address profileAddress,
                               ProfileID profile,
                               java.lang.Object beforeUpdateProfile,
                               java.lang.Object afterUpdateProfile,
                               org.mobicents.slee.runtime.ActivityContextInterfaceImpl activityContext,
                               ProfileTableActivityContextInterfaceFactoryImpl pACIFactory)
Method Detail

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