Package | Description |
---|---|
javax.slee.profile |
This package defines the classes and interfaces for profiles and profile-related activities and events.
|
Modifier and Type | Method and Description |
---|---|
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 |
ProfileUpdatedEvent.getProfile()
Get the profile identifier for the profile that was updated.
|
ProfileID |
ProfileFacility.getProfileByIndexedAttribute(String profileTableName,
String attributeName,
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. |
Modifier and Type | Method and Description |
---|---|
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. |