| javax.management.relation.RelationType
RelationType | public interface RelationType extends Serializable(Code) | | The RelationType interface has to be implemented by any class expected to
represent a relation type.
|
getRelationTypeName | public String getRelationTypeName()(Code) | | Returns the relation type name
|
getRoleInfos | public List getRoleInfos()(Code) | | Returns the list of role definitions (ArrayList of RoleInfo objects).
The list of role definitions |
|
|