|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProfileUpdatedEvent
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()
Deprecated. Replaced with getAfterUpdateProfileLocal() ()} which returns an
object implementing the Profile Local Interface rather than the Profile CMP
Interface. |
ProfileLocalObject |
getAfterUpdateProfileLocal()
Get a profile local object associated with the committed state of the profile after it was updated. |
java.lang.Object |
getBeforeUpdateProfile()
Deprecated. Replaced with getBeforeUpdateProfileLocal() ()} which returns an
object implementing the Profile Local Interface rather than the Profile CMP
Interface. |
ProfileLocalObject |
getBeforeUpdateProfileLocal()
Get a profile local object associated with the committed state of the profile before it was updated. |
ProfileID |
getProfile()
Get the profile identifier for the profile that was updated. |
Address |
getProfileAddress()
Get the address of the profile that was updated. |
| Method Detail |
|---|
ProfileID getProfile()
Address getProfileAddress()
this.getProfile().toAddress().
java.lang.Object getBeforeUpdateProfile()
getBeforeUpdateProfileLocal() ()} which returns an
object implementing the Profile Local Interface rather than the Profile CMP
Interface.
The object returned from this method is only valid within the event-handler transaction in which the event was delivered to an SBB entity. The state contained in the object is read-only and cannot be modified.
null in the case where the required profile specification
classes are not available in the classloader of the calling SLEE component,
eg. the SLEE component's deployment descriptor has not defined a reference
to the profile specification of this event's profile table.java.lang.Object getAfterUpdateProfile()
getAfterUpdateProfileLocal() ()} which returns an
object implementing the Profile Local Interface rather than the Profile CMP
Interface.
The object returned from this method is only valid within the event-handler transaction in which the event was delivered to an SBB entity. The state contained in the object is read-only and cannot be modified.
null in the case where the required profile specification
classes are not available in the classloader of the calling SLEE component,
eg. the SLEE component's deployment descriptor has not defined a reference
to the profile specification of this event's profile table.ProfileLocalObject getBeforeUpdateProfileLocal()
The object returned from this method is only valid within the event-handler transaction in which the event was delivered to an SBB entity. The state accessed via the profile local object is read-only and cannot be modified.
null in the case where
the required profile specification classes are not available in the classloader
of the calling SLEE component, eg. the SLEE component's deployment descriptor
has not defined a reference to the profile specification of this event's profile
table.ProfileLocalObject getAfterUpdateProfileLocal()
The object returned from this method is only valid within the event-handler transaction in which the event was delivered to an SBB entity. The state accessed via the profile local object is read-only and cannot be modified.
null in the case where
the required profile specification classes are not available in the classloader
of the calling SLEE component, eg. the SLEE component's deployment descriptor
has not defined a reference to the profile specification of this event's profile
table.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||