|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 RoleNotFoundException 的軟體套件 | |
---|---|
javax.management.relation | 提供 Relation Service 的定義。 |
javax.management.relation 中 RoleNotFoundException 的使用 |
---|
拋出 RoleNotFoundException 的 javax.management.relation 中的方法 | |
---|---|
void |
RelationService.addRelation(ObjectName relationObjectName)
作為 Relation Service 中的關係添加由使用者創建(且由其在 MBean Server 中註冊)的 MBean。 |
void |
RelationServiceMBean.addRelation(ObjectName relationObjectName)
作為 Relation Service 中的關係添加由使用者創建(且由其在 MBean Server 中註冊)的 MBean。 |
void |
RelationService.createRelation(String relationId,
String relationTypeName,
RoleList roleList)
創建給定關係型別的簡單關係(由 RelationSupport 物件表示),並將其添加到 Relation Service 中。 |
void |
RelationServiceMBean.createRelation(String relationId,
String relationTypeName,
RoleList roleList)
創建給定關係型別的簡單關係(由 RelationSupport 物件表示),並將其添加到 Relation Service 中。 |
List<ObjectName> |
Relation.getRole(String roleName)
檢索給定角色名稱的角色值。 |
List<ObjectName> |
RelationSupport.getRole(String roleName)
檢索給定角色名稱的角色值。 |
List<ObjectName> |
RelationService.getRole(String relationId,
String roleName)
檢索給定關係中給定角色名稱的角色值。 |
List<ObjectName> |
RelationServiceMBean.getRole(String relationId,
String roleName)
檢索給定關係中給定角色名稱的角色值。 |
Integer |
Relation.getRoleCardinality(String roleName)
返回當前在給定角色中參考的 MBean 數。 |
Integer |
RelationSupport.getRoleCardinality(String roleName)
返回當前在給定角色中參考的 MBean 數。 |
Integer |
RelationService.getRoleCardinality(String relationId,
String roleName)
檢索給定角色中當前參考的 MBean 數。 |
Integer |
RelationServiceMBean.getRoleCardinality(String relationId,
String roleName)
檢索給定角色中當前參考的 MBean 數。 |
void |
Relation.handleMBeanUnregistration(ObjectName objectName,
String roleName)
在註銷角色中參考的 MBean 時由 Relation Service 使用的回調。 |
void |
RelationSupport.handleMBeanUnregistration(ObjectName objectName,
String roleName)
在註銷角色中參考的 MBean 時由 Relation Service 使用的回調。 |
void |
Relation.setRole(Role role)
設置給定角色。 |
void |
RelationSupport.setRole(Role role)
設置給定的角色。 |
void |
RelationService.setRole(String relationId,
Role role)
設置給定關係中的給定角色。 |
void |
RelationServiceMBean.setRole(String relationId,
Role role)
以給定關係設置給定角色。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。