|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is implemented by profile removed events generated by
ProfileProvisioningMBean
objects when a profile is removed from a
profile table.
The event type name of profile removed events is
"javax.slee.profile.ProfileRemovedEvent
".
Method Summary | |
ProfileID |
getProfile()
Get the profile identifer for the profile that was removed. |
Address |
getProfileAddress()
Get the address of the profile that was removed. |
java.lang.Object |
getRemovedProfile()
Get the committed state of the profile just before it was removed. |
Method Detail |
public ProfileID getProfile()
public Address getProfileAddress()
AddressPlan.SLEE_PROFILE
.public java.lang.Object getRemovedProfile()
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 |