ConfigProviderpublic interface ConfigProvider Base interface that captures the idea of whether an MBean can provide
a corresponding configuration MBean. |
Methods Summary |
---|
public boolean | isConfigProvider()If true, indicates that the managed object supports access to its
configuration, accessed through an MBean whose name may be obtained
via getConfigPeerObjectName().
|
|