Uses of Class
javax.management.relation.InvalidRelationIdException
-
Packages that use InvalidRelationIdException 软件包 描述 javax.management.relation 提供Relation Service的定义。 -
-
Uses of InvalidRelationIdException in javax.management.relation
Methods in javax.management.relation that throw InvalidRelationIdException 变量和类型 方法 描述 void
RelationService. addRelation(ObjectName relationObjectName)
添加用户创建的MBean(并由他在MBean Server中注册)作为Relation Service中的关系。void
RelationServiceMBean. addRelation(ObjectName relationObjectName)
添加用户创建的MBean(并由他在MBean Server中注册)作为Relation Service中的关系。void
RelationService. createRelation(String relationId, String relationTypeName, RoleList roleList)
创建给定关系类型的简单关系(由RelationSupport对象表示),并将其添加到Relation Service中。void
RelationServiceMBean. createRelation(String relationId, String relationTypeName, RoleList roleList)
创建给定关系类型的简单关系(由RelationSupport对象表示),并将其添加到Relation Service中。
-