| Package | Description |
|---|---|
| javax.slee.management |
This package defines the SLEE external management interfaces.
|
| javax.slee.profile |
This package defines the classes and interfaces for profiles and profile-related activities and events.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
ProfileProvisioningMBean.createProfile(String profileTableName,
String newProfileName)
Create a new profile with the specified name in the specified 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. |