Interface MetaGetters

  • All Known Subinterfaces:
    Extra
    All Known Implementing Classes:
    AMXProxyHandler

    @Taxonomy(stability=UNCOMMITTED)
    @Deprecated
    public interface MetaGetters
    Deprecated.
    Convenience getters for Descriptor values and other metadata from the MBeanInfo. These operations do not make a trip to the server. See AMXProxy.extra().
    • Method Detail

      • mbeanInfo

        MBeanInfo mbeanInfo()
        Deprecated.
      • interfaceName

        String interfaceName()
        Deprecated.
        From Descriptor: get the Java classname of the interface for this MBean. If it has not been specified, a default generic interface is returned eg 'AMX'. There is no guarantee that the interface exists on the client.
      • genericInterface

        Class<? extends AMXProxy> genericInterface()
        Deprecated.
        From Descriptor: get the generic interface for this MBean eg AMXProxy or AMXConfigProxy or (possibly) something else. The generic interface is always part of amx-core.
      • isInvariantMBeanInfo

        boolean isInvariantMBeanInfo()
        Deprecated.
        From Descriptor: true if the MBeanInfo is invariant ("immutable")
      • singleton

        boolean singleton()
        Deprecated.
        From Descriptor: true if this MBean is a singleton (1 instance within its parent scope)
      • globalSingleton

        boolean globalSingleton()
        Deprecated.
        From Descriptor: true if this MBean is a global singleton (1 instance within entire domain)
      • subTypes

        String[] subTypes()
        Deprecated.
        From Descriptor: Get the *potential* sub types this MBean expects to have
      • supportsAdoption

        boolean supportsAdoption()
        Deprecated.
        From Descriptor: return true if new children are allowed by external subsystems
      • group

        String group()
        Deprecated.
        From Descriptor: return the group value
      • descriptor

        Descriptor descriptor()
        Deprecated.
        MBeanInfo descriptor
      • attributeInfo

        MBeanAttributeInfo attributeInfo​(String attrName)
        Deprecated.
        Get MBeanOperationInfo for specified attribute name.
      • operationInfo

        MBeanOperationInfo operationInfo​(String operationName)
        Deprecated.
        Get MBeanOperationInfo for specified operation.