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

Quick Search    Search Deep
A C D E F G H I J L M N O P R S T U V W

A

add(Role) - Method in class javax.management.relation.RoleList
Appends a role to the end of the list.
add(int, Role) - Method in class javax.management.relation.RoleList
Adds a role at the specified location in the list.
add(RoleUnresolved) - Method in class javax.management.relation.RoleUnresolvedList
Appends a unresolved role to the end of the list.
add(int, RoleUnresolved) - Method in class javax.management.relation.RoleUnresolvedList
Adds an unresolved role at the specified location in the list.
addAll(RoleList) - Method in class javax.management.relation.RoleList
Appends a role list to the end of the list.
addAll(int, RoleList) - Method in class javax.management.relation.RoleList
Inserts a role list at the specified location in the list.
addAll(RoleUnresolvedList) - Method in class javax.management.relation.RoleUnresolvedList
Appends an unresolved role list to the end of the list.
addAll(int, RoleUnresolvedList) - Method in class javax.management.relation.RoleUnresolvedList
Inserts an unresolved role list at the specified location in the list.
addRelation(ObjectName) - Method in class javax.management.relation.RelationService
 
addRelation(ObjectName) - Method in interface javax.management.relation.RelationServiceMBean
Add a manually created relation to the relation service.
addRelationType(RelationType) - Method in class javax.management.relation.RelationService
 
addRelationType(RelationType) - Method in interface javax.management.relation.RelationServiceMBean
Add a relation type to the relation service.
addRoleInfo(RoleInfo) - Method in class javax.management.relation.RelationTypeSupport
Add a role information object to the relation type.

C

CREATION_REMOVAL - Static variable in class javax.management.relation.RelationNotification
Tag used to identify creation/removal constructor used.
checkClass() - Method in class javax.management.relation.RoleInfo
Check the MBean class name.
checkMaxDegree(int) - Method in class javax.management.relation.RoleInfo
Check to see whether a given value is less than or equal to the maximum degree.
checkMinDegree(int) - Method in class javax.management.relation.RoleInfo
Check to see whether a given value is greater than or equal to the minimum degree.
checkRegistered() - Method in class javax.management.relation.RelationSupport
Check that we are registered with the relation service
checkRole(ObjectName, MBeanServer, String, Role, boolean) - Static method in class javax.management.relation.RoleValidator
Check a role for a relation type
checkRoleReadable(Role) - Method in class javax.management.relation.RelationSupport
Check a role is readable
checkRoleReading(String, String) - Method in class javax.management.relation.RelationService
 
checkRoleReading(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Checks whether the passed role can be read in the given relation type.
checkRoleWritable(Role, boolean) - Method in class javax.management.relation.RelationSupport
Check a role is writable
checkRoleWriting(Role, String, Boolean) - Method in class javax.management.relation.RelationService
 
checkRoleWriting(Role, String, Boolean) - Method in interface javax.management.relation.RelationServiceMBean
Checks whether the passed role can be written in the given relation type.
checkRoles(ObjectName, MBeanServer, String, RoleList, boolean) - Static method in class javax.management.relation.RoleValidator
Check the Roles for a relation Type.
checkServiceProxy() - Method in class javax.management.relation.RelationSupport
Check the relation service proxy has been constructed.
clone() - Method in class javax.management.relation.Role
Clones the object.
clone() - Method in class javax.management.relation.RoleList
Cloning, creates a new RoleList with the same elements.
clone() - Method in class javax.management.relation.RoleUnresolved
Clones the object.
clone() - Method in class javax.management.relation.RoleUnresolvedList
Cloning.
createMissingRoles(String, RoleList) - Method in class javax.management.relation.RelationService
Create missing roles
createRelation(String, String, RoleList) - Method in class javax.management.relation.RelationService
 
createRelation(String, String, RoleList) - Method in interface javax.management.relation.RelationServiceMBean
Create a simple relation using RelationSupport for a relation type within the relation service.
createRelationType(String, RoleInfo[]) - Method in class javax.management.relation.RelationService
 
createRelationType(String, RoleInfo[]) - Method in interface javax.management.relation.RelationServiceMBean
Create a relation type within the relation service.

D

delegate - Variable in class javax.management.relation.RelationService
 
description - Variable in class javax.management.relation.RoleInfo
The description of the role
disableAllObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Disable all object names.
disableObjectName(ObjectName) - Method in class javax.management.relation.MBeanServerNotificationFilter
Disable an object name.
disabled - Variable in class javax.management.relation.MBeanServerNotificationFilter
Disable Object Names.

E

enableAllObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Enable all object names.
enableObjectName(ObjectName) - Method in class javax.management.relation.MBeanServerNotificationFilter
Enable an object name.
enabled - Variable in class javax.management.relation.MBeanServerNotificationFilter
Enabled Object Names.

F

filter - Variable in class javax.management.relation.RelationService
A notification listener for unregistration
findAssociatedMBeans(ObjectName, String, String) - Method in class javax.management.relation.RelationService
 
findAssociatedMBeans(ObjectName, String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves MBeans associated with the passed MBean in the passed relation type and role.
findReferencingRelations(ObjectName, String, String) - Method in class javax.management.relation.RelationService
 
findReferencingRelations(ObjectName, String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves MBeans referencing the passed MBean in the passed relation type and role.
findRelationsOfType(String) - Method in class javax.management.relation.RelationService
 
findRelationsOfType(String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the relation ids for relations of the passed type.

G

getAllRelationIds() - Method in class javax.management.relation.RelationService
 
getAllRelationIds() - Method in interface javax.management.relation.RelationServiceMBean
Retrieves all the relation ids.
getAllRelationTypeNames() - Method in class javax.management.relation.RelationService
 
getAllRelationTypeNames() - Method in interface javax.management.relation.RelationServiceMBean
Retrieves all the relation type names.
getAllRoles() - Method in interface javax.management.relation.Relation
Retrieves all the roles in this relation.
getAllRoles(String) - Method in class javax.management.relation.RelationService
 
getAllRoles(String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves all the roles for a given relation id.
getAllRoles() - Method in class javax.management.relation.RelationSupport
 
getDescription() - Method in class javax.management.relation.RoleInfo
Retrieve the description of the role.
getDisabledObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Get all the disabled object names.
getEnabledObjectNames() - Method in class javax.management.relation.MBeanServerNotificationFilter
Get all the enabled object names.
getMBeansToUnregister() - Method in class javax.management.relation.RelationNotification
Retrieves a list of Object names of the mbeans that will be removed from the relation service because of a relation's removal.
getMaxDegree() - Method in class javax.management.relation.RoleInfo
Retrieve the maximum degree.
getMinDegree() - Method in class javax.management.relation.RoleInfo
Retrieve the minimum degree.
getName() - Method in class javax.management.relation.RoleInfo
Retrieve the name of the role.
getNewRoleValue() - Method in class javax.management.relation.RelationNotification
Retrieves the new list of object names in the role.
getNotificationInfo() - Method in class javax.management.relation.RelationService
 
getObjectName() - Method in class javax.management.relation.RelationNotification
Retrieves the object name of the mbean (null for an internal relation).
getOldRoleValue() - Method in class javax.management.relation.RelationNotification
Retrieves the old list of object names in the role.
getProblemType() - Method in class javax.management.relation.RoleUnresolved
Retrieve the problem type.
getPurgeFlag() - Method in class javax.management.relation.RelationService
 
getPurgeFlag() - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the purge flag.
getRefMBeanClassName() - Method in class javax.management.relation.RoleInfo
Retrieve the class name of MBeans in this role.
getReferencedMBeans() - Method in interface javax.management.relation.Relation
Retrieves MBeans referenced by roles of this relation.
getReferencedMBeans(String) - Method in class javax.management.relation.RelationService
 
getReferencedMBeans(String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves all the MBeans referenced in all the roles of a relation.
getReferencedMBeans() - Method in class javax.management.relation.RelationSupport
 
getRelationId() - Method in interface javax.management.relation.Relation
Retrieves the relation id used to identify the relation within the relation service.
getRelationId() - Method in class javax.management.relation.RelationNotification
Retrieves the relation id of this notification.
getRelationId() - Method in class javax.management.relation.RelationSupport
 
getRelationServiceName() - Method in interface javax.management.relation.Relation
Retrieves the object name of the relation service this relation is registered with.
getRelationServiceName() - Method in class javax.management.relation.RelationSupport
 
getRelationTypeName() - Method in interface javax.management.relation.Relation
Retrieves the relation type for this relation.
getRelationTypeName() - Method in class javax.management.relation.RelationNotification
Retrieves the relation type name of this notification.
getRelationTypeName(String) - Method in class javax.management.relation.RelationService
 
getRelationTypeName(String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the relation type name for the passed relation.
getRelationTypeName() - Method in class javax.management.relation.RelationSupport
 
getRelationTypeName() - Method in interface javax.management.relation.RelationType
Retrieves the name of this relation type.
getRelationTypeName() - Method in class javax.management.relation.RelationTypeSupport
 
getRole(String) - Method in interface javax.management.relation.Relation
Retrieves the role for the passed role name.
getRole(String, String) - Method in class javax.management.relation.RelationService
 
getRole(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves MBeans in a role for a given relation id.
getRole(String) - Method in class javax.management.relation.RelationSupport
 
getRoleCardinality(String) - Method in interface javax.management.relation.Relation
Retrieves the number of MBeans in a given role.
getRoleCardinality(String, String) - Method in class javax.management.relation.RelationService
 
getRoleCardinality(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the number of MBeans in a role for a given relation id.
getRoleCardinality(String) - Method in class javax.management.relation.RelationSupport
 
getRoleInfo(String, String) - Method in class javax.management.relation.RelationService
 
getRoleInfo(String, String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves the role information for a given relation type.
getRoleInfo(String) - Method in interface javax.management.relation.RelationType
Retrieves the role info for a role name.
getRoleInfo(String) - Method in class javax.management.relation.RelationTypeSupport
 
getRoleInfos(String) - Method in class javax.management.relation.RelationService
 
getRoleInfos(String) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves all the role information for a given relation type.
getRoleInfos() - Method in interface javax.management.relation.RelationType
Retrieves the list of role definitions in this relation type.
getRoleInfos() - Method in class javax.management.relation.RelationTypeSupport
 
getRoleName() - Method in class javax.management.relation.RelationNotification
Retrieves the role name of an updated role, only for role updates.
getRoleName() - Method in class javax.management.relation.Role
Retrieve the role name.
getRoleName() - Method in class javax.management.relation.RoleUnresolved
Retrieve the role name.
getRoleValue() - Method in class javax.management.relation.Role
Retrieve the role value.
getRoleValue() - Method in class javax.management.relation.RoleUnresolved
Retrieve the role value.
getRoles(String[]) - Method in interface javax.management.relation.Relation
Retrieves the roles in this relation with the passed names.
getRoles(String, String[]) - Method in class javax.management.relation.RelationService
 
getRoles(String, String[]) - Method in interface javax.management.relation.RelationServiceMBean
Retrieves selected roles for a relation.
getRoles(String[]) - Method in class javax.management.relation.RelationSupport
 
getRoles() - Method in class javax.management.relation.RoleResult
Retrieve the successful roles.
getRolesUnresolved() - Method in class javax.management.relation.RoleResult
Retrieve the unsuccessful roles.

H

handleMBeanUnregistration(ObjectName, String) - Method in interface javax.management.relation.Relation
The relation service will call this service when an MBean referenced in a role is unregistered.
handleMBeanUnregistration(ObjectName, String) - Method in class javax.management.relation.RelationSupport
 
handleNotification(Notification, Object) - Method in class javax.management.relation.RelationService
 
hasRelation(String) - Method in class javax.management.relation.RelationService
 
hasRelation(String) - Method in interface javax.management.relation.RelationServiceMBean
Checks whether the relation service has the passed relation id.

I

InvalidRelationIdException - exception javax.management.relation.InvalidRelationIdException.
Thrown when a relation id provided has already been used.
InvalidRelationIdException() - Constructor for class javax.management.relation.InvalidRelationIdException
Construct a new InvalidRelationIdException with no message.
InvalidRelationIdException(String) - Constructor for class javax.management.relation.InvalidRelationIdException
Construct a new InvalidRelationIdException with the given message.
InvalidRelationServiceException - exception javax.management.relation.InvalidRelationServiceException.
Thrown when an invalid relation service is used.
InvalidRelationServiceException() - Constructor for class javax.management.relation.InvalidRelationServiceException
Construct a new InvalidRelationServiceException with no message.
InvalidRelationServiceException(String) - Constructor for class javax.management.relation.InvalidRelationServiceException
Construct a new InvalidRelationServiceException with the given message.
InvalidRelationTypeException - exception javax.management.relation.InvalidRelationTypeException.
Thrown when the relation type already exists with the given name or the same name is used in different role infos or there is no role info or a null role info.
InvalidRelationTypeException() - Constructor for class javax.management.relation.InvalidRelationTypeException
Construct a new InvalidRelationTypeException with no message.
InvalidRelationTypeException(String) - Constructor for class javax.management.relation.InvalidRelationTypeException
Construct a new InvalidRelationTypeException with the given message.
InvalidRoleInfoException - exception javax.management.relation.InvalidRoleInfoException.
Thrown when a role info has a minimum greater than its maximum.
InvalidRoleInfoException() - Constructor for class javax.management.relation.InvalidRoleInfoException
Construct a new InvalidRoleInfoException with no message.
InvalidRoleInfoException(String) - Constructor for class javax.management.relation.InvalidRoleInfoException
Construct a new InvalidRoleInfoException with the given message.
InvalidRoleValueException - exception javax.management.relation.InvalidRoleValueException.
Thrown when the number of MBeans passed is less the minimum or greater than the maximum degree of a role, or the an MBean has an incorrect class or an MBean does not exist.
InvalidRoleValueException() - Constructor for class javax.management.relation.InvalidRoleValueException
Construct a new InvalidRoleValueException with no message.
InvalidRoleValueException(String) - Constructor for class javax.management.relation.InvalidRoleValueException
Construct a new InvalidRoleValueException with the given message.
idRolesMapByMBean - Variable in class javax.management.relation.RelationService
Relation ids an MBean is part of by MBean object name The values side is a HashMap keyed by relation ids with values of a HashSet of role names.
idsByRelation - Variable in class javax.management.relation.RelationService
Relation ids by relation Note: A relation is an ObjectName for external relations and a RelationSupport object for internal relations
init(int, String, Object, long, long, String, String, String, ObjectName, List, String, List, List) - Method in class javax.management.relation.RelationNotification
Does most the work for the constructors, see the contructors for details.
init(String, ObjectName, MBeanServer, String, RoleList) - Method in class javax.management.relation.RelationSupport
Constructor support.
isActive() - Method in class javax.management.relation.RelationService
 
isActive() - Method in interface javax.management.relation.RelationServiceMBean
Checks whether the relation service is active, i.e.
isInRelationService() - Method in class javax.management.relation.RelationSupport
 
isInRelationService() - Method in interface javax.management.relation.RelationSupportMBean
Check to see whether this relation thinks it is in relation service.
isNotificationEnabled(Notification) - Method in class javax.management.relation.MBeanServerNotificationFilter
Test to see whether this notification is enabled
isReadable - Variable in class javax.management.relation.RoleInfo
The readable attribute of the role.
isReadable() - Method in class javax.management.relation.RoleInfo
Retrieve the readable attribute.
isRelation(ObjectName) - Method in class javax.management.relation.RelationService
 
isRelation(ObjectName) - Method in interface javax.management.relation.RelationServiceMBean
Checks whether the passed object name is a relation in this relation service.
isRelationMBean(String) - Method in class javax.management.relation.RelationService
 
isRelationMBean(String) - Method in interface javax.management.relation.RelationServiceMBean
Checks whether the passed relation id is an MBean created by a user or has been internally created by the relation service.
isRoleStatus(int) - Static method in class javax.management.relation.RoleStatus
See if the passed integer is a valid problem type.
isWritable - Variable in class javax.management.relation.RoleInfo
The writable attribute of the role.
isWritable() - Method in class javax.management.relation.RoleInfo
Retrieve the writable attribute.

J

javax.management.relation - package javax.management.relation
 

L

LESS_THAN_MIN_ROLE_DEGREE - Static variable in class javax.management.relation.RoleStatus
Tried to set a role with less objects that minimum cardinality

M

MBeanServerNotificationFilter - class javax.management.relation.MBeanServerNotificationFilter.
A helper class, used to filter notifications of registration, unregistration of selected object names.
MBeanServerNotificationFilter() - Constructor for class javax.management.relation.MBeanServerNotificationFilter
Create a filter selecting nothing by default
MORE_THAN_MAX_ROLE_DEGREE - Static variable in class javax.management.relation.RoleStatus
Tried to set a role with more objects that maximum cardinality
maxDegree - Variable in class javax.management.relation.RoleInfo
The maximum degree of the role.
minDegree - Variable in class javax.management.relation.RoleInfo
The minimum degree of the role.

N

NO_ROLE_WITH_NAME - Static variable in class javax.management.relation.RoleStatus
Tried to use an unknown role
name - Variable in class javax.management.relation.RelationTypeSupport
The name of the relation type.
name - Variable in class javax.management.relation.Role
The role name
name - Variable in class javax.management.relation.RoleInfo
The name of the role.
newRoleValue - Variable in class javax.management.relation.RelationNotification
The new list of object names in the role.
notificationSequence - Variable in class javax.management.relation.RelationService
The notification sequence

O

objectNameList - Variable in class javax.management.relation.Role
An ordered list of MBean object names.
oldRoleValue - Variable in class javax.management.relation.RelationNotification
The old list of object names in the role.

P

postDeregister() - Method in class javax.management.relation.RelationService
 
postDeregister() - Method in class javax.management.relation.RelationSupport
 
postRegister(Boolean) - Method in class javax.management.relation.RelationService
 
postRegister(Boolean) - Method in class javax.management.relation.RelationSupport
 
preDeregister() - Method in class javax.management.relation.RelationService
 
preDeregister() - Method in class javax.management.relation.RelationSupport
 
preRegister(MBeanServer, ObjectName) - Method in class javax.management.relation.RelationService
 
preRegister(MBeanServer, ObjectName) - Method in class javax.management.relation.RelationSupport
 
problemType - Variable in class javax.management.relation.RoleUnresolved
The problem type.
purgeFlag - Variable in class javax.management.relation.RelationService
The purge flag
purgeRelations() - Method in class javax.management.relation.RelationService
 
purgeRelations() - Method in interface javax.management.relation.RelationServiceMBean
Purge relations.

R

REF_MBEAN_NOT_REGISTERED - Static variable in class javax.management.relation.RoleStatus
Tried to use an an object name that is not registered
REF_MBEAN_OF_INCORRECT_CLASS - Static variable in class javax.management.relation.RoleStatus
Tried to use an an object name for an MBean with an incorrect class
RELATION_BASIC_CREATION - Static variable in class javax.management.relation.RelationNotification
Creation of an internal relation.
RELATION_BASIC_REMOVAL - Static variable in class javax.management.relation.RelationNotification
Removal of an internal relation.
RELATION_BASIC_UPDATE - Static variable in class javax.management.relation.RelationNotification
Update of an internal relation.
RELATION_MBEAN_CREATION - Static variable in class javax.management.relation.RelationNotification
Creation of MBean relation added to the relation service.
RELATION_MBEAN_REMOVAL - Static variable in class javax.management.relation.RelationNotification
Removal of MBean relation added to the relation service.
RELATION_MBEAN_UPDATE - Static variable in class javax.management.relation.RelationNotification
Update of MBean relation added to the relation service.
ROLE_CARDINALITY_INFINITY - Static variable in class javax.management.relation.RoleInfo
A value used to specify an infinite number of mbeans are allowed in the role
ROLE_NOT_READABLE - Static variable in class javax.management.relation.RoleStatus
Tried to access a role that is not readable
ROLE_NOT_WRITABLE - Static variable in class javax.management.relation.RoleStatus
Tried to set a role that is not writable
Relation - interface javax.management.relation.Relation.
This interface is implemented by an MBean that represents a relation.
RelationException - exception javax.management.relation.RelationException.
A super class for all relations thrown during relation management.
RelationException() - Constructor for class javax.management.relation.RelationException
Construct a new RelationException with no message.
RelationException(String) - Constructor for class javax.management.relation.RelationException
Construct a new RelationException with the given message.
RelationNotFoundException - exception javax.management.relation.RelationNotFoundException.
Thrown when there is no relation for a passed relation id.
RelationNotFoundException() - Constructor for class javax.management.relation.RelationNotFoundException
Construct a new RelationNotFoundException with no message.
RelationNotFoundException(String) - Constructor for class javax.management.relation.RelationNotFoundException
Construct a new RelationNotFoundException with the given message.
RelationNotification - class javax.management.relation.RelationNotification.
A notification from the relation service.
RelationNotification(String, Object, long, long, String, String, String, ObjectName, List) - Constructor for class javax.management.relation.RelationNotification
Construct a new relation notification for a creation or removal.
RelationNotification(String, Object, long, long, String, String, String, ObjectName, String, List, List) - Constructor for class javax.management.relation.RelationNotification
Construct a new relation notification for an update.
RelationService - class javax.management.relation.RelationService.
Implements the management interface for a relation service.
RelationService(boolean) - Constructor for class javax.management.relation.RelationService
Construct a new relation service
RelationServiceMBean - interface javax.management.relation.RelationServiceMBean.
This interface defines the management interface for a relation service.
RelationServiceNotRegisteredException - exception javax.management.relation.RelationServiceNotRegisteredException.
Thrown when the relation service has not been registered with the MBean Server.
RelationServiceNotRegisteredException() - Constructor for class javax.management.relation.RelationServiceNotRegisteredException
Construct a new RelationServiceNotRegisteredException with no message.
RelationServiceNotRegisteredException(String) - Constructor for class javax.management.relation.RelationServiceNotRegisteredException
Construct a new RelationServiceNotRegisteredException with the given message.
RelationSupport - class javax.management.relation.RelationSupport.
Implements the management interface for a relation created internally within the relation service.
RelationSupport(String, ObjectName, String, RoleList) - Constructor for class javax.management.relation.RelationSupport
Construct a new relation support object.
RelationSupport(String, ObjectName, MBeanServer, String, RoleList) - Constructor for class javax.management.relation.RelationSupport
Construct a new relation support object.
RelationSupportMBean - interface javax.management.relation.RelationSupportMBean.
This interface defines the management interface for a relation created internally within the relation service.
RelationType - interface javax.management.relation.RelationType.
This interface is implemented by a class that represents a relation.
RelationTypeNotFoundException - exception javax.management.relation.RelationTypeNotFoundException.
Thrown when a relation type is not registered with the relation service.
RelationTypeNotFoundException() - Constructor for class javax.management.relation.RelationTypeNotFoundException
Construct a new RelationTypeNotFoundException with no message.
RelationTypeNotFoundException(String) - Constructor for class javax.management.relation.RelationTypeNotFoundException
Construct a new RelationTypeNotFoundException with the given message.
RelationTypeSupport - class javax.management.relation.RelationTypeSupport.
This class can be used to implement relation types.
RelationTypeSupport(String) - Constructor for class javax.management.relation.RelationTypeSupport
Create a relation type with a name but no role infos.
RelationTypeSupport(String, RoleInfo[]) - Constructor for class javax.management.relation.RelationTypeSupport
Create a relation type with a name and the passed role infos.
Role - class javax.management.relation.Role.
A role is a role name and an ordered list of object names to the MBeans in the role.
Role(String, List) - Constructor for class javax.management.relation.Role
Construct a new role.
RoleInfo - class javax.management.relation.RoleInfo.
This class contains information about a role.
RoleInfo(RoleInfo) - Constructor for class javax.management.relation.RoleInfo
Copies the role info.
RoleInfo(String, String) - Constructor for class javax.management.relation.RoleInfo
Construct a role info with the given name and class name.
RoleInfo(String, String, boolean, boolean) - Constructor for class javax.management.relation.RoleInfo
Construct a role info with the given name, class name and read/write attributes.
RoleInfo(String, String, boolean, boolean, int, int, String) - Constructor for class javax.management.relation.RoleInfo
Construct a role info with the given name, class name, read/write attributes, minimum/maximum degree and description.
RoleInfoNotFoundException - exception javax.management.relation.RoleInfoNotFoundException.
Thrown when the a role info with the given name doesn't exist for relation type.
RoleInfoNotFoundException() - Constructor for class javax.management.relation.RoleInfoNotFoundException
Construct a new RoleInfoNotFoundException with no message.
RoleInfoNotFoundException(String) - Constructor for class javax.management.relation.RoleInfoNotFoundException
Construct a new RoleInfoNotFoundException with the given message.
RoleList - class javax.management.relation.RoleList.
A list of roles.
RoleList() - Constructor for class javax.management.relation.RoleList
Construct an empty RoleList.
RoleList(int) - Constructor for class javax.management.relation.RoleList
Construct a RoleList with an initial capacity.
RoleList(List) - Constructor for class javax.management.relation.RoleList
Construct a RoleList from a list.
RoleNotFoundException - exception javax.management.relation.RoleNotFoundException.
Thrown when the a role does not exist for a relation or is not readable or writable for the respective operation.
RoleNotFoundException() - Constructor for class javax.management.relation.RoleNotFoundException
Construct a new RoleNotFoundException with no message.
RoleNotFoundException(String) - Constructor for class javax.management.relation.RoleNotFoundException
Construct a new RoleNotFoundException with the given message.
RoleResult - class javax.management.relation.RoleResult.
Represents the result of multiple access to roles.
RoleResult(RoleList, RoleUnresolvedList) - Constructor for class javax.management.relation.RoleResult
Construct a new role result.
RoleStatus - class javax.management.relation.RoleStatus.
The problems that occur when resolving roles.
RoleStatus() - Constructor for class javax.management.relation.RoleStatus
 
RoleUnresolved - class javax.management.relation.RoleUnresolved.
An unresolved role.
RoleUnresolved(String, List, int) - Constructor for class javax.management.relation.RoleUnresolved
Construct a new unresolved role.
RoleUnresolvedList - class javax.management.relation.RoleUnresolvedList.
A list of unresolved roles.
RoleUnresolvedList() - Constructor for class javax.management.relation.RoleUnresolvedList
Construct an empty RoleUnresolvedList.
RoleUnresolvedList(int) - Constructor for class javax.management.relation.RoleUnresolvedList
Construct a RoleUnresolvedList with an initial capacity.
RoleUnresolvedList(List) - Constructor for class javax.management.relation.RoleUnresolvedList
Construct a RoleUnresolvedList from a list.
RoleValidator - class javax.management.relation.RoleValidator.
This is a helper class for performing role validation.
RoleValidator() - Constructor for class javax.management.relation.RoleValidator
 
readObject(ObjectInputStream) - Method in class javax.management.relation.MBeanServerNotificationFilter
 
readObject(ObjectInputStream) - Method in class javax.management.relation.RelationNotification
 
readObject(ObjectInputStream) - Method in class javax.management.relation.RelationTypeSupport
 
readObject(ObjectInputStream) - Method in class javax.management.relation.Role
 
readObject(ObjectInputStream) - Method in class javax.management.relation.RoleInfo
 
readObject(ObjectInputStream) - Method in class javax.management.relation.RoleResult
 
readObject(ObjectInputStream) - Method in class javax.management.relation.RoleUnresolved
 
referencedMBeanClassName - Variable in class javax.management.relation.RoleInfo
The className of the MBeans in the role.
registered - Variable in class javax.management.relation.RelationSupport
Wether this relation is registered in the relation service
relationId - Variable in class javax.management.relation.RelationNotification
The relation id of this notification.
relationId - Variable in class javax.management.relation.RelationSupport
The relation id.
relationObjName - Variable in class javax.management.relation.RelationNotification
The relation's object name.
relationService - Variable in class javax.management.relation.RelationService
The relation service object name
relationService - Variable in class javax.management.relation.RelationSupport
The relation service
relationTypeName - Variable in class javax.management.relation.RelationNotification
The relation type name of this notification.
relationTypeName - Variable in class javax.management.relation.RelationSupport
The relation type name
relationsById - Variable in class javax.management.relation.RelationService
Relations by relation id Note: A relation is an ObjectName for external relations and a RelationSupport object for internal relations
removeRelation(String) - Method in class javax.management.relation.RelationService
 
removeRelation(String) - Method in interface javax.management.relation.RelationServiceMBean
Removes a relation from the relation service.
removeRelationType(String) - Method in class javax.management.relation.RelationService
 
removeRelationType(String) - Method in interface javax.management.relation.RelationServiceMBean
Removes a relation type from the relation service.
retrieveAllRoles() - Method in interface javax.management.relation.Relation
Retrieve all the roles in this relation without checking the role mode.
retrieveAllRoles() - Method in class javax.management.relation.RelationSupport
 
retrieveRelationForId(String) - Method in class javax.management.relation.RelationService
Get the relation for a relation id
retrieveRelationTypeForName(String) - Method in class javax.management.relation.RelationService
Get the relation type for a relation type name
retrieveTypeNameForId(String) - Method in class javax.management.relation.RelationService
Get the relation type name for a relation id
roleInfos - Variable in class javax.management.relation.RelationTypeSupport
The role infos by role name in the relation.
roleList - Variable in class javax.management.relation.RoleResult
The successful roles
roleName - Variable in class javax.management.relation.RelationNotification
The role name of an updated role, only for role updates.
roleName - Variable in class javax.management.relation.RoleUnresolved
The role name
roleValue - Variable in class javax.management.relation.RoleUnresolved
An ordered list of MBean object names.
roleValueToString(List) - Static method in class javax.management.relation.Role
Formats the role value for output.
roles - Variable in class javax.management.relation.RelationSupport
The roles mapped by role name

S

sendNotification(String, String, String, List, Role, List) - Method in class javax.management.relation.RelationService
Send a notification.
sendRelationCreationNotification(String) - Method in class javax.management.relation.RelationService
 
sendRelationCreationNotification(String) - Method in interface javax.management.relation.RelationServiceMBean
Sends a relation creation notification For internally created relations, a RELATION_BASIC_CREATION notification is sent.
sendRelationRemovalNotification(String, List) - Method in class javax.management.relation.RelationService
 
sendRelationRemovalNotification(String, List) - Method in interface javax.management.relation.RelationServiceMBean
Sends a relation removal notification For internally created relations, a RELATION_BASIC_REMOVAL notification is sent.
sendRoleUpdateNotification(String, Role, List) - Method in class javax.management.relation.RelationService
 
sendRoleUpdateNotification(String, Role, List) - Method in interface javax.management.relation.RelationServiceMBean
Sends a relation update notification For internally created relations, a RELATION_BASIC_UPDATE notification is sent.
serialPersistentFields - Static variable in class javax.management.relation.MBeanServerNotificationFilter
 
serialPersistentFields - Static variable in class javax.management.relation.RelationNotification
 
serialPersistentFields - Static variable in class javax.management.relation.RelationTypeSupport
 
serialPersistentFields - Static variable in class javax.management.relation.Role
 
serialPersistentFields - Static variable in class javax.management.relation.RoleInfo
 
serialPersistentFields - Static variable in class javax.management.relation.RoleResult
 
serialPersistentFields - Static variable in class javax.management.relation.RoleUnresolved
 
serialVersionUID - Static variable in class javax.management.relation.MBeanServerNotificationFilter
 
serialVersionUID - Static variable in class javax.management.relation.RelationNotification
 
serialVersionUID - Static variable in class javax.management.relation.RelationTypeSupport
 
serialVersionUID - Static variable in class javax.management.relation.Role
 
serialVersionUID - Static variable in class javax.management.relation.RoleInfo
 
serialVersionUID - Static variable in class javax.management.relation.RoleResult
 
serialVersionUID - Static variable in class javax.management.relation.RoleUnresolved
 
server - Variable in class javax.management.relation.RelationService
The mbean server we are registered with
server - Variable in class javax.management.relation.RelationSupport
The mbean server
serviceProxy - Variable in class javax.management.relation.RelationSupport
A proxy to the relation service
set(int, Role) - Method in class javax.management.relation.RoleList
Sets a role at the specified location in the list.
set(int, RoleUnresolved) - Method in class javax.management.relation.RoleUnresolvedList
Sets an unresolved role at the specified location in the list.
setProblemType(int) - Method in class javax.management.relation.RoleUnresolved
Set the problem type.
setPurgeFlag(boolean) - Method in class javax.management.relation.RelationService
 
setPurgeFlag(boolean) - Method in interface javax.management.relation.RelationServiceMBean
Sets the purge flag.
setRelationServiceManagementFlag(Boolean) - Method in class javax.management.relation.RelationSupport
 
setRelationServiceManagementFlag(Boolean) - Method in interface javax.management.relation.RelationSupportMBean
Set the flag to specify whether this relation is registered with the relation service.
setRole(Role) - Method in interface javax.management.relation.Relation
Sets the passed role for this relation.
setRole(String, Role) - Method in class javax.management.relation.RelationService
 
setRole(String, Role) - Method in interface javax.management.relation.RelationServiceMBean
Sets the role in the passed relation.
setRole(Role) - Method in class javax.management.relation.RelationSupport
 
setRoleName(String) - Method in class javax.management.relation.Role
Set the role name.
setRoleName(String) - Method in class javax.management.relation.RoleUnresolved
Set the role name.
setRoleValue(List) - Method in class javax.management.relation.Role
Set the role value it must be an ArrayList.
setRoleValue(List) - Method in class javax.management.relation.RoleUnresolved
Set the role value it must be an ArrayList.
setRoles(RoleList) - Method in interface javax.management.relation.Relation
Sets the roles.
setRoles(String, RoleList) - Method in class javax.management.relation.RelationService
 
setRoles(String, RoleList) - Method in interface javax.management.relation.RelationServiceMBean
Sets the roles in the passed relation.
setRoles(RoleList) - Method in class javax.management.relation.RelationSupport
 
setRoles(RoleList) - Method in class javax.management.relation.RoleResult
Set the successful roles.
setRolesUnresolved(RoleUnresolvedList) - Method in class javax.management.relation.RoleResult
Set the unsuccessful roles.

T

toString() - Method in class javax.management.relation.MBeanServerNotificationFilter
 
toString() - Method in class javax.management.relation.Role
Formats the role for output.
toString() - Method in class javax.management.relation.RoleInfo
Retrieve a string description of the role info.
toString() - Method in class javax.management.relation.RoleResult
 
toString() - Method in class javax.management.relation.RoleUnresolved
Formats the unresolved role for output.
typeNamesById - Variable in class javax.management.relation.RelationService
Relation type names by relation ids
typesByName - Variable in class javax.management.relation.RelationService
The relation types by name

U

UPDATE - Static variable in class javax.management.relation.RelationNotification
Tag used to identify update constructor used.
unregisterMBeanList - Variable in class javax.management.relation.RelationNotification
The MBeans removed when a relation type is removed.
unregistered - Variable in class javax.management.relation.RelationService
A list of MBeans unregistered but not yet removed.
unresolvedRoleList - Variable in class javax.management.relation.RoleResult
The unresolved roles.
updateRole(Role, ArrayList) - Method in class javax.management.relation.RelationSupport
Update the role
updateRoleMap(String, Role, List) - Method in class javax.management.relation.RelationService
 
updateRoleMap(String, Role, List) - Method in interface javax.management.relation.RelationServiceMBean
Handles the update of the relation service role map when a role is changed.

V

validateAndAddRelation(String, Object, String) - Method in class javax.management.relation.RelationService
Validate and add the relation.
validateRelationType(RelationType) - Method in class javax.management.relation.RelationService
Validate a relation type.
validateRole(ObjectName, MBeanServer, String, Role, boolean) - Static method in class javax.management.relation.RoleValidator
Validate a role for a relation Type.
validateRoleFound(String) - Method in class javax.management.relation.RelationSupport
Validate the role is found
validateRoleReadable(String) - Method in class javax.management.relation.RelationSupport
Validate the role is readable, i.e.
validateRoleWritable(String, boolean) - Method in class javax.management.relation.RelationSupport
Validate the role is writable, i.e.
validateRoles(ObjectName, MBeanServer, String, RoleList, boolean) - Static method in class javax.management.relation.RoleValidator
Validate the Roles for a relation Type.

W

writeObject(ObjectOutputStream) - Method in class javax.management.relation.MBeanServerNotificationFilter
 
writeObject(ObjectOutputStream) - Method in class javax.management.relation.RelationNotification
 
writeObject(ObjectOutputStream) - Method in class javax.management.relation.RelationTypeSupport
 
writeObject(ObjectOutputStream) - Method in class javax.management.relation.Role
 
writeObject(ObjectOutputStream) - Method in class javax.management.relation.RoleInfo
 
writeObject(ObjectOutputStream) - Method in class javax.management.relation.RoleResult
 
writeObject(ObjectOutputStream) - Method in class javax.management.relation.RoleUnresolved
 

A C D E F G H I J L M N O P R S T U V W