javax.management
Interface DescriptorRead

All Known Subinterfaces:
DescriptorAccess

public interface DescriptorRead

Provides read access to the descriptor of a management element.

Since:
1.6

Method Summary
 Descriptor getDescriptor()
          Returns a copy of the descriptor for this management element.
 

Method Detail

getDescriptor

Descriptor getDescriptor()
Returns a copy of the descriptor for this management element. The return value is never null, but the returned descriptor may be empty.

Returns:
the descriptor for this management element.