Package com.tangosol.net.management
Contains classes related to the Coherence Management Framework.
-
Interface Summary Interface Description MapJsonBodyHandler A class that can serialize and deserializeMaps
to and from json.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.ViewMBean -
Class Summary Class Description AnnotatedStandardEmitterMBean AnnotatedStandardEmitterMBean is an extension of aStandardEmitterMBean
that uses theDescription
andNotification
annotations to describe the MBean and any attributes, operations and notifications it declares.AnnotatedStandardEmitterMBean.SilentEmitter A silentNotificationEmitter
implementation for all NotificationEmitter methods exceptgetNotificationInfo()
.AnnotatedStandardMBean AnnotatedStandardMBean is an extension of aStandardMBean
that uses theDescription
annotation for describing the attributes, operations and the bean on the designated MBean interface.JmxmpServer An implementation of a CoherenceMBeanServerFinder
that creates aJMXConnectorServer
server that uses JMXMP as its transport rather than RMI.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 theMBeanServerConnection
.getAttributes method.MBeanAccessor.Invoke The Remote.Function for theMBeanServerConnection
.invoke method.MBeanAccessor.QueryBuilder The Query Builder for generating Coherence MBean queries.MBeanAccessor.QueryBuilder.ParsedQuery A ParsedQuery represents the result of a call toMBeanAccessor.QueryBuilder.build()
.MBeanAccessor.SetAttributes The Remote.Function for theMBeanServerConnection
.setAttributes method.MBeanConnector Utility class to expose Coherence JMX MBeans via the Sun JMX reference implementation HtmlAdaptorServer or a JMX RemoteJMXConnectorServer
.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.OpenMBeanHelper A set of utility method for dealing with OpenMBean APIs because they stupidly have constructors that throw exceptions.ViewMBeanImpl WrapperMBeanServerProxy AMBeanServerProxy
that wraps aMBeanServer
.