See: Description
Interface | Description |
---|---|
MBeanServerFinder |
MBeanServerFinder represents a facility that allows a pluggable run-time selection of an MBeanServer to be used by the Coherence JMX framework.
|
MBeanServerProxy |
MBeanServerProxy allows any cluster node that runs the Management service to obtain and set attributes or invoke methods on registered MBeans.
|
NotificationManager |
A NotificationManager is responsible for JMX notification delivery from a managed node to a set of subscribing managing nodes.
|
Registry |
The Coherence cluster management gateway is an abstraction of the basic JMX registration APIs that is specific to managing Coherence clustered resources.
|
Class | Description |
---|---|
AnnotatedStandardEmitterMBean |
AnnotatedStandardEmitterMBean is an extension of a
StandardEmitterMBean that uses the Description and Notification annotations to describe the MBean and any attributes, operations and notifications it declares. |
AnnotatedStandardEmitterMBean.SilentEmitter |
A silent
NotificationEmitter implementation for all NotificationEmitter methods except getNotificationInfo() . |
AnnotatedStandardMBean |
AnnotatedStandardMBean is an extension of a
StandardMBean that uses the Description annotation for describing the attributes, operations and the bean on the designated MBean interface. |
MBeanConnector |
Utility class to expose Coherence JMX MBeans via the Sun JMX reference implementation HtmlAdaptorServer or a JMX Remote
JMXConnectorServer . |
MBeanHelper |
Helper class providing various functionality related to aggregation of attributes and methods exposed by Coherence JMX framework MBeans.
|
MBeanReference |
MBeanReference holds all necessary information to uniquely identify an MBean.
|
ObjectNameExcludeFilter |
Filter used to prevent registering MBeans that match the specified pattern.
|