Searched defs:RelationSupport (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationSupport.java48 * A RelationSupport object is used internally by the Relation Service to
52 * <P>RelationSupport class conforms to the design patterns of standard MBean. So
53 * the user can decide to instantiate a RelationSupport object himself as
57 * extending RelationSupport, to retrieve the implementations of required
60 * being a RelationSupport object, and to implement the required interfaces by
62 * <P> RelationSupport implements the Relation interface (to be handled by the
70 public class RelationSupport class in inherits:RelationSupportMBean,MBeanRegistration
78 // the RelationSupport object will be added)
82 // REQUIRED if the RelationSupport is created by the user to be registered as
91 // REQUIRED if the RelationSupport i
156 public RelationSupport(String relationId, method in class:RelationSupport
227 public RelationSupport(String relationId, method in class:RelationSupport
[all...]

Completed in 29 milliseconds