javax.management

Interface DescriptorRead

public interface DescriptorRead

Provides read access to the descriptor of a management element.

Since: 1.6

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

Method Detail

getDescriptor

public 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.