Interface AMX_SPI

    • Method Detail

      • getName

        @ManagedAttribute
        @Description("Name of this MBean, can differ from name in ObjectName")
        String getName()
        Deprecated.
        the unencoded name, which could differ from the value of the 'name' property in the ObjectName
      • getParent

        @ManagedAttribute
        @Description("Parent of this MBean, non-null except for DomainRoot")
        ObjectName getParent()
        Deprecated.
        Return the ObjectName of the parent. Must not be null (except for DomainRoot)
      • getChildren

        @ManagedAttribute
        @Description("Children of this MBean, in no particular order")
        ObjectName[] getChildren()
        Deprecated.
        If no children are possible (a leaf node), an AttributeNotFoundException should be thrown.