Module java.management

Interface RelationType

所有超级接口:
Serializable
所有已知实现类:
RelationTypeSupport

public interface RelationType extends Serializable
RelationType接口必须由任何期望表示关系类型的类实现。
自 JDK 版本:
1.5
  • Method Summary

    Modifier and Type
    Method
    Description
    返回关系类型名称。
    getRoleInfo(String roleInfoName)
    返回给定角色信息名称的角色信息(如果未找到则返回null)。
    返回角色定义的列表(RoleInfo对象的ArrayList)。