Interface: javax.management.DescriptorRead

  • public interface DescriptorRead
Interface to read the Descriptor of a management interface element such as an MBeanInfo.
Since:
@since 1.6

Methods

  • getDescriptortop

    public Descriptor getDescriptor()
    Returns a copy of Descriptor.
    Return:
    @return Descriptor associated with the component implementing this interface. The return value is never null, but the returned descriptor may be empty.
    Google Code Search
    Stack Overflow