Home » openjdk-7 » javax » management » relation » [javadoc | source]
javax.management.relation
class: RoleValidator [javadoc | source]
java.lang.Object
   javax.management.relation.RoleValidator
This is a helper class for performing role validation. It is used by both the RelationSupport and RelationService classes.

It is package private and NOT part of the specification.

Revisions:

20020311 Adrian Brock:

Method from javax.management.relation.RoleValidator Summary:
checkRole,   checkRoles,   validateRole,   validateRoles
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.management.relation.RoleValidator Detail:
 public static int checkRole(ObjectName relationService,
    MBeanServer server,
    String relationTypeName,
    Role role,
    boolean write) throws RelationTypeNotFoundException 
    Check a role for a relation type
 public static RoleResult checkRoles(ObjectName relationService,
    MBeanServer server,
    String relationTypeName,
    RoleList roleList,
    boolean write) throws RelationTypeNotFoundException 
    Check the Roles for a relation Type.
 public static  void validateRole(ObjectName relationService,
    MBeanServer server,
    String relationTypeName,
    Role role,
    boolean write) throws InvalidRoleValueException, RelationTypeNotFoundException, RoleNotFoundException 
    Validate a role for a relation Type.
 public static  void validateRoles(ObjectName relationService,
    MBeanServer server,
    String relationTypeName,
    RoleList roleList,
    boolean write) throws InvalidRoleValueException, RelationTypeNotFoundException, RoleNotFoundException 
    Validate the Roles for a relation Type.