Package | Description |
---|---|
javax.slee.profile |
This package defines the classes and interfaces for profiles and profile-related activities and events.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AddressProfileLocal
This interface can be used as is or extended for profile specifications that
will be used for a Service's Address Profile Table.
|
Modifier and Type | Method and Description |
---|---|
ProfileLocalObject |
ProfileTable.create(String profileName)
Create a new profile with the specified name in the profile table represented by this
ProfileTable object. |
ProfileLocalObject |
ProfileTable.find(String profileName)
Find an existing profile with the specified profile name within the profile table
represented by this
ProfileTable object. |
ProfileLocalObject |
ProfileTable.findProfileByAttribute(String attributeName,
Object attributeValue)
Find a profile contained in the profile table represented by this
ProfileTable
object where the specified profile attribute is set to the specified value. |
ProfileLocalObject |
ProfileAddedEvent.getAddedProfileLocal()
Get a profile local object associated with the committed state of the profile
that was added.
|
ProfileLocalObject |
ProfileUpdatedEvent.getAfterUpdateProfileLocal()
Get a profile local object associated with the committed state of the profile
after it was updated.
|
ProfileLocalObject |
ProfileUpdatedEvent.getBeforeUpdateProfileLocal()
Get a profile local object associated with the committed state of the profile
before it was updated.
|
ProfileLocalObject |
ProfileContext.getProfileLocalObject()
Get a
ProfileLocalObject which represents the profile that the Profile
object owning this ProfileContext is currently assigned to. |
ProfileLocalObject |
ProfileRemovedEvent.getRemovedProfileLocal()
Get a profile local object associated with the committed state of the profile
before it was updated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProfileLocalObject.isIdentical(ProfileLocalObject obj)
Compare this
ProfileLocalObject for identity equality with another. |