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

12

/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationSupport.java26 package javax.management.relation;
50 * unlimited number of roles, of any relation type. As internal representation,
56 * <P>The user can also, when creating his own MBean relation class, have it
59 * <P>It is also possible to have in a user relation MBean class a member
81 // ObjectName of the Relation Service where the relation will be added
84 // Server to perform the check regarding the relation type.
93 // Server to perform the check regarding the relation type.
102 // relation will be added)
107 // - if the relation is a MBean, via setRole() and setRoles() methods, or
109 // - if the relation i
[all...]
H A DRoleInfo.java26 package javax.management.relation;
43 * A RoleInfo object summarises a role in a relation type.
H A DRelationService.java26 package javax.management.relation;
58 * The Relation Service is in charge of creating and deleting relation types
62 * NotificationBroadcasterSupport to send notifications when a relation is
65 * notifications concerning unregistration of MBeans referenced in relation
66 * roles and of relation MBeans.
80 // <relation id> -> <RelationSupport object/ObjectName>
81 // depending if the relation has been created using createRelation()
82 // method (so internally handled) or is an MBean added as a relation by the
87 // <relation id> -> <relation typ
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.cpp647 PeepConstraint::PeepConstraint(int left_inst, char* left_op, char* relation, argument
649 : _left_inst(left_inst), _left_op(left_op), _relation(relation),
H A Dadlparse.cpp2586 char *relation = get_relation_dup(); local
2608 relation,
4501 // invokes a parse_err if the next token is not a relation
4509 skipws(); // Skip whitespace before relation

Completed in 715 milliseconds

12