Top Description Methods
javax.management

public Interface DescriptorRead

Known Direct Subinterfaces
javax.management.DescriptorAccess
Known Direct Implementers
javax.management.MBeanFeatureInfo, javax.management.MBeanInfo

Interface to read the Descriptor of a management interface element such as an MBeanInfo.
Since
1.6

Method Summary

Modifier and TypeMethod and Description
public Descriptor

Returns:

Descriptor associated with the component implementing this interface. The return value is never null, but the returned descriptor may be empty.
getDescriptor
()

Returns a copy of Descriptor.

Method Detail

getDescriptorback to summary
public Descriptor getDescriptor()

Returns a copy of Descriptor.

Returns:Descriptor

Descriptor associated with the component implementing this interface. The return value is never null, but the returned descriptor may be empty.