Searched refs:Relation (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationSupportMBean.java29 * A RelationSupport object is used internally by the Relation Service to
36 * MBean Server, and then to add it in the Relation Service.
43 * <P> RelationSupport implements the Relation interface (to be handled by the
44 * Relation Service).
49 extends Relation {
53 * the Relation Service.
56 * is still handled by the Relation Service and {@link
62 * <p>Specifies whether this relation is handled by the Relation
64 * <P>BEWARE, this method has to be exposed as the Relation Service will
67 * relation object in the Relation Servic
[all...]
H A DRelation.java35 * represent a relation managed using the Relation Service.
37 * be created directly by the Relation Service (represented as RelationSupport
38 * objects, internally handled by the Relation Service).
41 * Relation interface. This can be achieved either by inheriting from
50 public interface Relation { interface
65 * @exception RelationServiceNotRegisteredException if the Relation
87 * @exception RelationServiceNotRegisteredException if the Relation
117 * @exception RelationServiceNotRegisteredException if the Relation
153 * @exception RelationServiceNotRegisteredException if the Relation
156 * been declared in the Relation Servic
[all...]

Completed in 21 milliseconds