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

Quick Search    Search Deep

Uses of Class
javax.management.relation.InvalidRelationIdException

Uses of InvalidRelationIdException in javax.management.relation
 

Methods in javax.management.relation that throw InvalidRelationIdException
 void RelationServiceMBean.addRelation(javax.management.ObjectName relation)
          Add a manually created relation to the relation service.
 void RelationServiceMBean.createRelation(java.lang.String relationId, java.lang.String relationTypeName, RoleList roleList)
          Create a simple relation using RelationSupport for a relation type within the relation service.
 void RelationService.addRelation(javax.management.ObjectName relation)
           
 void RelationService.createRelation(java.lang.String relationId, java.lang.String relationTypeName, RoleList roleList)
           
private  void RelationService.validateAndAddRelation(java.lang.String relationId, java.lang.Object relation, java.lang.String relationTypeName)
          Validate and add the relation.