|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProfileID | |
|---|---|
| javax.slee.profile | |
| Uses of ProfileID in javax.slee.profile |
|---|
| Methods in javax.slee.profile that return ProfileID | |
|---|---|
ProfileID |
ProfileUpdatedEvent.getProfile()
Get the profile identifier for the profile that was updated. |
ProfileID |
ProfileAddedEvent.getProfile()
Get the profile identifier for the profile that was added. |
ProfileID |
ProfileRemovedEvent.getProfile()
Get the profile identifier for the profile that was removed. |
ProfileID |
ProfileFacility.getProfileByIndexedAttribute(java.lang.String profileTableName,
java.lang.String attributeName,
java.lang.Object attributeValue)
Deprecated. Replaced with ,
which returns a Profile Local Interface object that can be used to interact
with the profile directly, rather than a profile identifier which requires a
secondary lookup via a get-profile-CMP method. |
| Methods in javax.slee.profile with parameters of type ProfileID | |
|---|---|
boolean |
ProfileManagement.isProfileValid(ProfileID id)
Deprecated. The same functionality can be obtained in the SLEE 1.1 profile model as follows:
ProfileContext context = ...find method is null, the profile does not exist
in the specified profile table. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||