Java™ Platform
Standard Ed. 8
compact3
javax.management.relation

Class RelationTypeSupport

  • All Implemented Interfaces:
    Serializable, RelationType


    public class RelationTypeSupport
    extends Object
    implements RelationType
    A RelationTypeSupport object implements the RelationType interface.

    It represents a relation type, providing role information for each role expected to be supported in every relation of that type.

    A relation type includes a relation type name and a list of role infos (represented by RoleInfo objects).

    A relation type has to be declared in the Relation Service:

    - either using the createRelationType() method, where a RelationTypeSupport object will be created and kept in the Relation Service

    - either using the addRelationType() method where the user has to create an object implementing the RelationType interface, and this object will be used as representing a relation type in the Relation Service.

    The serialVersionUID of this class is 4611072955724144607L.

    Since:
    1.5
    See Also:
    Serialized Form
Java™ Platform
Standard Ed. 8

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部