Interface ComplexObjectNameLink

  • All Superinterfaces:
    ObjectNameLink
    All Known Implementing Classes:
    SubscriptionLink

    public interface ComplexObjectNameLink
    extends ObjectNameLink

    Represents a more complex relationship between two MBeans than can be represented by an ObjectNameLink. The helper MBean registered with the ObjectName returned by the getHelperObjectName() method will specify a number of operations that can be invoked to obtain additional information about the relationship.

    • Method Detail

      • getHelperObjectName

        javax.management.ObjectName getHelperObjectName()

        Gets the ObjectName of the MBean that can be used to get additonal information about the relationship represented by this object.

        Returns:
        The ObjectName of the MBean that