|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is implemented by profile updated events generated by
ProfileMBean
objects when a profile is updated.
The event type name of profile updated events is
"javax.slee.profile.ProfileUpdatedEvent
".
Method Summary | |
java.lang.Object |
getAfterUpdateProfile()
Get the committed state of the profile after it was updated. |
java.lang.Object |
getBeforeUpdateProfile()
Get the committed state of the profile before it was updated. |
ProfileID |
getProfile()
Get the profile identifer for the profile that was updated. |
Address |
getProfileAddress()
Get the address of the profile that was updated. |
Method Detail |
public ProfileID getProfile()
public Address getProfileAddress()
this.getProfile().toAddress()
.public java.lang.Object getBeforeUpdateProfile()
The object returned from this method is only valid within the event-handler transaction in which the event was delivered to an SBB entity.
public java.lang.Object getAfterUpdateProfile()
The object returned from this method is only valid within the event-handler transaction in which the event was delivered to an SBB entity.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |