模块  java.management

Class RelationSupport

  • 实现的所有接口
    MBeanRegistrationRelationRelationSupportMBean

    public class RelationSupport
    extends Object
    implements RelationSupportMBean, MBeanRegistration
    RelationSupport对象在内部由Relation Service使用,用于表示任何关系类型的具有无限数量角色的简单关系(仅角色,无属性或方法)。 作为内部表示,它不会暴露给用户。

    RelationSupport类符合标准MBean的设计模式。 因此,用户可以决定将RelationSupport对象本身实例化为MBean(因为它遵循MBean设计模式),将其注册到MBean Server中,然后将其添加到Relation Service中。

    在创建自己的MBean关系类时,用户还可以扩展RelationSupport,以检索所需接口的实现(参见下文)。

    还可以在用户关系MBean类中具有作为RelationSupport对象的成员,并通过将all委托给该成员来实现所需的接口。

    RelationSupport实现Relation接口(由Relation Service处理)。

    它还实现了MBeanRegistration接口,以便能够检索注册它的MBean Server(如果注册为MBean)以访问其Relation Service。

    从以下版本开始:
    1.5