javax.management.relation
Interface Relation
- All Known Subinterfaces:
- RelationSupportMBean
- All Known Implementing Classes:
- RelationSupport
public interface Relation
- Version:
- $Revision: 1.2 $
- Author:
- Bronwen Cassidy
getRole
java.util.List getRole(java.lang.String roleName)
throws java.lang.IllegalArgumentException,
RoleNotFoundException,
RelationServiceNotRegisteredException
- Throws:
java.lang.IllegalArgumentException
RoleNotFoundException
RelationServiceNotRegisteredException
getRoles
RoleResult getRoles(java.lang.String[] roleNames)
throws java.lang.IllegalArgumentException,
RelationServiceNotRegisteredException
- Throws:
java.lang.IllegalArgumentException
RelationServiceNotRegisteredException
getRoleCardinality
java.lang.Integer getRoleCardinality(java.lang.String roleName)
throws java.lang.IllegalArgumentException,
RoleNotFoundException
- Throws:
java.lang.IllegalArgumentException
RoleNotFoundException
getAllRoles
RoleResult getAllRoles()
throws RelationServiceNotRegisteredException
- Throws:
RelationServiceNotRegisteredException
retrieveAllRoles
RoleList retrieveAllRoles()
setRole
void setRole(Role role)
throws java.lang.IllegalArgumentException,
RoleNotFoundException,
RelationTypeNotFoundException,
InvalidRoleValueException,
RelationServiceNotRegisteredException,
RelationNotFoundException
- Throws:
java.lang.IllegalArgumentException
RoleNotFoundException
RelationTypeNotFoundException
InvalidRoleValueException
RelationServiceNotRegisteredException
RelationNotFoundException
setRoles
RoleResult setRoles(RoleList roleList)
throws java.lang.IllegalArgumentException,
RelationServiceNotRegisteredException,
RelationTypeNotFoundException,
RelationNotFoundException
- Throws:
java.lang.IllegalArgumentException
RelationServiceNotRegisteredException
RelationTypeNotFoundException
RelationNotFoundException
handleMBeanUnregistration
void handleMBeanUnregistration(ObjectName objectName,
java.lang.String roleName)
throws java.lang.IllegalArgumentException,
RoleNotFoundException,
InvalidRoleValueException,
RelationServiceNotRegisteredException,
RelationTypeNotFoundException,
RelationNotFoundException
- Throws:
java.lang.IllegalArgumentException
RoleNotFoundException
InvalidRoleValueException
RelationServiceNotRegisteredException
RelationTypeNotFoundException
RelationNotFoundException
getReferencedMBeans
java.util.Map getReferencedMBeans()
getRelationTypeName
java.lang.String getRelationTypeName()
getRelationServiceName
ObjectName getRelationServiceName()
getRelationId
java.lang.String getRelationId()
Copyright © 2001-2002 MX4J Team. All Rights Reserved.