Interface: javax.management.relation.RelationType
- public interface RelationType
- extends Serializable
The RelationType interface has to be implemented by any class expected to
represent a relation type.
Methods
-
getRelationTypeNametop
public String getRelationTypeName()Returns the relation type name. -
getRoleInfotop
public RoleInfo getRoleInfo(String roleInfoName) throws IllegalArgumentException, RoleInfoNotFoundExceptionReturns the role info (RoleInfo object) for the given role info name (null if not found). -
getRoleInfostop
Returns the list of role definitions (ArrayList of RoleInfo objects).
