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 |
---|---|
void |
ProfileMBean.commitProfile()
Request that changes made to a profile be committed by the SLEE.
|
void |
ProfileManagement.profileVerify()
Deprecated.
Replaced with
Profile.profileVerify() . |
void |
Profile.profileVerify()
The SLEE invokes this method in response to a request made by the Administrator via the
JMX management interface to commit any changes made to a Profile.
|