Module  java.management

Class RelationTypeSupport

  • All Implemented Interfaces:
    SerializableRelationType


    public class RelationTypeSupport
    extends Object
    implements RelationType
    RelationTypeSupport对象实现RelationType接口。

    它代表一种关系类型,为该类型的每个关系中预期支持的每个角色提供角色信息。

    关系类型包括关系类型名称和角色信息列表(由RoleInfo对象表示)。

    关系类型必须在关系服务中声明:

    - 使用createRelationType()方法,其中将创建一个RelationTypeSupport对象并保存在“关系服务”

    - 使用addRelationType()方法,用户必须创建一个实现RelationType接口的对象,该对象将用作在Relation Service中表示关系类型。

    该类的serialVersionUID4611072955724144607L

    从以下版本开始:
    1.5
    另请参见:
    Serialized Form