API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.relation. RelationTypeSupport View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      RelationTypeSupport
Implements
 RelationType
Subclasses
Description
public class RelationTypeSupport
  A RelationTypeSupport object implements the RelationType interface.
See also:   
Constructors
protected RelationTypeSupport (String relationTypeName)
  Constructor to be used for subclasses.
public RelationTypeSupport (String relationTypeName, RoleInfo roleInfoArray) throws IllegalArgumentException InvalidRelationTypeException
  Constructor where all role definitions are dynamically created and passed as parameter.
Methods
Hide/Show inherited methods
protected void addRoleInfo (RoleInfo roleInfo) throws IllegalArgumentException InvalidRelationTypeException
  Add a role info.
pack-privatestatic void checkRoleInfos (RoleInfo roleInfoArray) throws IllegalArgumentException InvalidRelationTypeException
public String getRelationTypeName () [Specified in RelationType]
  Returns the relation type name.
public RoleInfo getRoleInfo (String roleInfoName) throws IllegalArgumentException RoleInfoNotFoundException [Specified in RelationType]
  Returns the role info (RoleInfo object) for the given role info name (null if not found).
public List<RoleInfo> getRoleInfos () [Specified in RelationType]
Returns the list of role definitions (ArrayList of RoleInfo objects).
pack-private void setRelationServiceFlag (boolean flag)
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar