Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.management.relation.RelationType

Uses of RelationType in javax.management.relation
 

Classes in javax.management.relation that implement RelationType
 class RelationTypeSupport
          This class can be used to implement relation types.
 

Methods in javax.management.relation that return RelationType
private  RelationType RelationService.retrieveRelationTypeForName(java.lang.String relationTypeName)
          Get the relation type for a relation type name
 

Methods in javax.management.relation with parameters of type RelationType
 void RelationServiceMBean.addRelationType(RelationType relationType)
          Add a relation type to the relation service.
 void RelationService.addRelationType(RelationType relationType)
           
private  void RelationService.validateRelationType(RelationType relationType)
          Validate a relation type.