Package | Description |
---|---|
javax.slee.profile |
This package defines the classes and interfaces for profiles and profile-related activities and events.
|
javax.slee.resource |
This package defines the classes and interfaces for resource adaptor components.
|
Modifier and Type | Method and Description |
---|---|
ProfileTable |
ProfileContext.getProfileTable()
Get an object that implements the Profile Table Interface of the profile table that
this
ProfileContext is associated with. |
ProfileTable |
ProfileLocalObject.getProfileTable()
Get an object that implements the Profile Table Interface of the profile table in
which the profile that this
ProfileLocalObject references exists. |
ProfileTable |
ProfileContext.getProfileTable(String profileTableName)
Get a
ProfileTable object for a profile table. |
ProfileTable |
ProfileFacility.getProfileTable(String profileTableName)
Get a
ProfileTable object for a profile table. |
Modifier and Type | Method and Description |
---|---|
ProfileTable |
ResourceAdaptorContext.getProfileTable(String profileTableName)
Get a
ProfileTable object for a profile table. |