Searched refs:ROLE_NOT_WRITABLE (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRoleStatus.java51 public static final int ROLE_NOT_WRITABLE = 3; field in class:RoleStatus
84 status != ROLE_NOT_WRITABLE &&
H A DRelationService.java976 * <P>- integer for RoleStatus.ROLE_NOT_WRITABLE
3168 // - RoleStatus.ROLE_NOT_WRITABLE
3222 return new Integer(RoleStatus.ROLE_NOT_WRITABLE);
3428 // - ROLE_NOT_WRITABLE
3460 case RoleStatus.ROLE_NOT_WRITABLE:

Completed in 50 milliseconds