KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > relation > RoleStatus

javax.management.relation
Class RoleStatus

java.lang.Object
  extended by javax.management.relation.RoleStatus
See Also:
Top Examples, Source Code

public static boolean isRoleStatus(int theRoleStatus)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LESS_THAN_MIN_ROLE_DEGREE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int MORE_THAN_MAX_ROLE_DEGREE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int NO_ROLE_WITH_NAME
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int REF_MBEAN_NOT_REGISTERED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int REF_MBEAN_OF_INCORRECT_CLASS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RoleStatus()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ROLE_NOT_READABLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ROLE_NOT_WRITABLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags