public interface ProfileMBean extends ProfileMBean
This interface exists solely so that the automated generation of management opcodes will set the access level of javax.slee.profile.ProfileMBean.closeProfile() to be "read". It should not be used anywhere. See issue RHI-3153.
Modifier and Type | Field and Description |
---|---|
static String |
NAMESPACE_KEY
The JMX Object Name property key that identifies the namespace that the Profile MBean belongs to.
|
BASE_OBJECT_NAME, PROFILE_NAME_KEY, PROFILE_TABLE_NAME_KEY
Modifier and Type | Method and Description |
---|---|
void |
closeProfile() |
commitProfile, editProfile, isProfileDirty, isProfileWriteable, restoreProfile
static final String NAMESPACE_KEY
The JMX Object Name property key that identifies the namespace that the Profile MBean belongs to. This key is equal to the string "namespace". This key is only present in the Object Name if the Profile MBean resides in a user-defined namespace, rather than the default namespace. The value of this key, if present, is the quoted name of the namespace.
void closeProfile() throws InvalidStateException, ManagementException
closeProfile
in interface ProfileMBean
InvalidStateException
ManagementException