软件包 | 描述 |
---|---|
javax.management.relation |
提供关系服务的定义。
|
Modifier and Type | Method and Description |
---|---|
void |
RelationService.addRelation(ObjectName relationObjectName)
添加用户创建的MBean(和注册由他在MBean服务器)在关系服务的关系。
|
void |
RelationServiceMBean.addRelation(ObjectName relationObjectName)
添加用户创建的MBean(和注册由他在MBean服务器)在关系服务的关系。
|
void |
RelationService.createRelation(String relationId, String relationTypeName, RoleList roleList)
创建一个简单的关系(由relationsupport对象表示)给定关系类型,并将其添加在关系服务。
|
void |
RelationServiceMBean.createRelation(String relationId, String relationTypeName, RoleList roleList)
创建一个简单的关系(由relationsupport对象表示)给定关系类型,并将其添加在关系服务。
|
void |
Relation.handleMBeanUnregistration(ObjectName objectName, String roleName)
回调的关系服务当MBean中引用的作用是未注册。
|
void |
RelationSupport.handleMBeanUnregistration(ObjectName objectName, String roleName)
回调的关系服务当MBean中引用的作用是未注册。
|
void |
Relation.setRole(Role role)
设置给定的角色。
|
void |
RelationSupport.setRole(Role role)
设置给定的角色。
|
void |
RelationService.setRole(String relationId, Role role)
设置给定关系中的给定角色。
|
void |
RelationServiceMBean.setRole(String relationId, Role role)
设置给定关系中的给定角色。
|
Constructor and Description |
---|
RelationSupport(String relationId, ObjectName relationServiceName, MBeanServer relationServiceMBeanServer, String relationTypeName, RoleList list)
创建一个
RelationSupport 对象。
|
RelationSupport(String relationId, ObjectName relationServiceName, String relationTypeName, RoleList list)
创建一个
RelationSupport 对象。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.