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 |
---|---|
ProfileLocalObject |
ProfileTable.create(String profileName)
Create a new profile with the specified name in the profile table represented by this
ProfileTable object. |
boolean |
ProfileTable.remove(String profileName)
Remove an existing profile with the specified profile name from the profile table
represented by this
ProfileTable object. |