Interface ProfileMBean
-
- All Superinterfaces:
ProfileMBean
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.
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAMESPACE_KEY
The JMX Object Name property key that identifies the namespace that the Profile MBean belongs to.-
Fields inherited from interface javax.slee.profile.ProfileMBean
BASE_OBJECT_NAME, PROFILE_NAME_KEY, PROFILE_TABLE_NAME_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
closeProfile()
-
Methods inherited from interface javax.slee.profile.ProfileMBean
commitProfile, editProfile, isProfileDirty, isProfileWriteable, restoreProfile
-
-
-
-
Field Detail
-
NAMESPACE_KEY
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.
- Since:
- Rhino 2.5.0
- See Also:
- Constant Field Values
-
-
Method Detail
-
closeProfile
void closeProfile() throws InvalidStateException, ManagementException
- Specified by:
closeProfile
in interfaceProfileMBean
- Throws:
InvalidStateException
ManagementException
-
-