|
|
javax > javax.management > javax.management.relation > javax.management.relation.roleinfo >
Class: javax.management.relation.RoleInfo java.lang.Object javax.management.relation.RoleInfo
public class RoleInfo extends Object implements Serializable
FIELDS:
public static final int ROLE_CARDINALITY_INFINITY : -1 |
|
|
|
CONSTRUCTORS:
| | | public | RoleInfo(String roleName, String mbeanClassName, boolean read, boolean write, int min, int max, String descr) |
| | public | RoleInfo(String roleName, String mbeanClassName, boolean read, boolean write) |
| | public | RoleInfo(String roleName, String mbeanClassName) |
| | public | RoleInfo(RoleInfo roleInfo) |
| |
|
|
|
METHODS:
| | | | public | boolean | checkMaxDegree(int value) |
| | public | boolean | checkMinDegree(int value) |
| | public | String | getDescription() |
| | public | int | getMaxDegree() |
| | public | int | getMinDegree() |
| | public | String | getName() |
| | public | String | getRefMBeanClassName() |
| | public | boolean | isReadable() |
| | public | boolean | isWritable() |
| | public | String | toString() Overrides: Object |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|