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. |
| MBeanAccessor |
MBeanAccessor provides a means to access JMX MBeans via the Coherence
Management Server (a single MBeanServer with an aggregated view of MBeans
for the entire cluster).
|
| MBeanAccessor.GetAttributes |
The Remote.Function for the
MBeanServerConnection.getAttributes
method. |
| MBeanAccessor.Invoke |
The Remote.Function for the
MBeanServerConnection.invoke
method. |
| MBeanAccessor.QueryBuilder |
The Query Builder for generating Coherence MBean queries.
|
| MBeanAccessor.QueryBuilder.ParsedQuery |
A ParsedQuery represents the result of a call to
MBeanAccessor.QueryBuilder.build(). |
| MBeanAccessor.SetAttributes |
The Remote.Function for the
MBeanServerConnection.setAttributes
method. |
| 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.
|
| MBeanHelper.QueryExpFilter | |
| MBeanReference |
MBeanReference holds all necessary information to uniquely identify an MBean.
|
| ObjectNameExcludeFilter |
Filter used to prevent registering MBeans that match the specified pattern.
|
| WrapperMBeanServerProxy |
A
MBeanServerProxy that wraps a MBeanServer. |