| java.security.BasicPermission javax.management.MBeanServerPermission
CREATE_MBEAN_SERVER | final public static String CREATE_MBEAN_SERVER(Code) | | |
FIND_MBEAN_SERVER | final public static String FIND_MBEAN_SERVER(Code) | | |
NEW_MBEAN_SERVER | final public static String NEW_MBEAN_SERVER(Code) | | |
RELEASE_MBEAN_SERVER | final public static String RELEASE_MBEAN_SERVER(Code) | | |
MBeanServerPermission | public MBeanServerPermission(String name)(Code) | | Create a new MBeanServerPermission with the given name.
This constructor is equivalent to MBeanServerPermission(name,null).
Parameters: name - the name of the granted permission.It must respect the constraints spelt out in the description of the MBeanServerPermission class. |
MBeanServerPermission | public MBeanServerPermission(String name, String action)(Code) | | Create a new MBeanServerPermission with the given name.
Parameters: name - the name of the granted permission.It must respect the constraints spelt out in the description of the MBeanServerPermission class. Parameters: action - the associated actions.This parameter is not currently used and must be null or the empty string. |
|
|