Searched defs:relation (Results 1 - 25 of 30) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DInvalidRelationIdException.java26 package javax.management.relation;
29 * This exception is raised when relation id provided for a relation is already
H A DInvalidRelationServiceException.java26 package javax.management.relation;
H A DInvalidRelationTypeException.java26 package javax.management.relation;
29 * Invalid relation type.
30 * This exception is raised when, in a relation type, there is already a
31 * relation type with that name, or the same name has been used for two
H A DInvalidRoleInfoException.java26 package javax.management.relation;
H A DInvalidRoleValueException.java26 package javax.management.relation;
H A DRelationException.java26 package javax.management.relation;
32 * relation management.
H A DRelationNotFoundException.java26 package javax.management.relation;
29 * This exception is raised when there is no relation for a given relation id
H A DRelationServiceNotRegisteredException.java26 package javax.management.relation;
H A DRelationSupportMBean.java26 package javax.management.relation;
31 * unlimited number of roles, of any relation type. As internal representation,
37 * <P>The user can also, when creating his own MBean relation class, have it
40 * <P>It is also possible to have in a user relation MBean class a member
62 * <p>Specifies whether this relation is handled by the Relation
65 * access the relation through its management interface. It is RECOMMENDED
67 * relation object in the Relation Service, but will provide wrong
70 * @param flag whether the relation is handled by the Relation Service.
H A DRelationTypeNotFoundException.java26 package javax.management.relation;
29 * This exception is raised when there is no relation type with given name in
H A DRoleInfoNotFoundException.java26 package javax.management.relation;
30 * given relation type.
H A DRoleNotFoundException.java26 package javax.management.relation;
29 * This exception is raised when a role in a relation does not exist, or is not
H A DRelationType.java26 package javax.management.relation;
35 * represent a relation type.
46 * Returns the relation type name.
48 * @return the relation type name.
70 * relation type.
H A DRoleStatus.java26 package javax.management.relation;
H A DMBeanServerNotificationFilter.java26 package javax.management.relation;
H A DRelation.java26 package javax.management.relation;
35 * represent a relation managed using the Relation Service.
44 * <P>Specifying such user relation class is to introduce properties and/or
46 * any user relation class must be a MBean class.
54 * <P>Checks if the role exists and is readable according to the relation
78 * relation type.
111 * Returns all roles present in the relation.
124 * Returns all roles in the relation without checking read mode.
133 * provided in relation's relation typ
[all...]
H A DRole.java26 package javax.management.relation;
132 * in a relation.
H A DRoleList.java26 package javax.management.relation;
35 * parameter when creating a relation, and when trying to set several roles in
36 * a relation (via 'setRoles()' method). It is returned as part of a
H A DRoleResult.java26 package javax.management.relation;
41 * Represents the result of a multiple access to several roles of a relation
H A DRoleUnresolvedList.java26 package javax.management.relation;
35 * representing roles not retrieved from a relation due to a problem
H A DRelationTypeSupport.java26 package javax.management.relation;
49 * <P>It represents a relation type, providing role information for each role
50 * expected to be supported in every relation of that type.
52 * <P>A relation type includes a relation type name and a list of
55 * <P>A relation type has to be declared in the Relation Service:
60 * used as representing a relation type in the Relation Service.
103 * @serialField isInRelationService boolean Flag specifying whether the relation type has been declared in the
144 * @serial Flag specifying whether the relation type has been declared in the
157 * @param relationTypeName Name of relation typ
[all...]
H A DRoleUnresolved.java26 package javax.management.relation;
46 * Represents an unresolved role: a role not retrieved from a relation due
H A DRelationNotification.java26 package javax.management.relation;
52 * A RelationNotification notification is sent when a relation is created via
53 * the Relation Service, or an MBean is added as a relation in the Relation
54 * Service, or a role is updated in a relation, or a relation is removed from
104 * created/removed/updated relation
106 * created/removed/updated relation
108 * the relation MBean of created/removed/updated relation (only if
109 * the relation i
[all...]
H A DRelationServiceMBean.java26 package javax.management.relation;
35 * The Relation Service is in charge of creating and deleting relation types
60 * unregistration of an MBean referenced in a relation, if an immediate
74 * unregistration of an MBean referenced in a relation, if an immediate
91 * Creates a relation type (RelationTypeSupport object) with given
95 * @param relationTypeName name of the relation type
100 * <P>- there is already a relation type with that name
111 * Adds given object as a relation type. The object is expected to
114 * @param relationTypeObj relation type object (implementing the
120 * @exception InvalidRelationTypeException if there is already a relation
[all...]
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleRelationSet.java34 * Class AccessibleRelationSet determines a component's relation set. The
35 * relation set of a component is a set of AccessibleRelation objects that
59 * Creates a new empty relation set.
66 * Creates a new relation with the initial set of relations contained in
70 * relation set.
82 * Adds a new relation to the current relation set. If the relation
83 * is already in the relation set, the target(s) of the specified
84 * relation i
91 add(AccessibleRelation relation) argument
147 remove(AccessibleRelation relation) argument
[all...]

Completed in 68 milliseconds

12