Package com.sun.sgs.management

Provides the RedDwarf management interfaces exposed via JMX.

See:
          Description

Interface Summary
AffinityGraphBuilderMXBean The management interface for the affinity graph builder.
AffinityGroupFinderMXBean The management interface for the affinity group finder.
ChannelServiceMXBean The management interface for the channel service.
ClientSessionServiceMXBean The management interface for the client session service.
ConfigMXBean The immutable management information containing this node's configuration.
DataServiceMXBean The management interface for the data service.
DataStoreStatsMXBean The management interface for data store information.
KernelMXBean The management interface for the kernel.
NodeMappingServiceMXBean The management interface for the node mapping service.
NodesMXBean The management interface for all the nodes in the system, available only from the core server node.
ProfileControllerMXBean The management information for this node's profiling data.
TaskAggregateMXBean The management interface for tasks that have run.
TaskServiceMXBean The management interface for the task service.
WatchdogServiceMXBean The management interface for the watchdog service.
 

Class Summary
NodeInfo Management information about a single node.
 

Package com.sun.sgs.management Description

Provides the RedDwarf management interfaces exposed via JMX.

These interfaces should not be considered stable; they will evolve as we gather more experience using JMX with RedDwarf. In particular, more data and statistics might be exposed and notifications might be added, and some might be removed if we find they are not generally useful.

By convention, only one of each of these objects will be registered with the platform MBean server. The ObjectName for uniquely identifying MBeans in this package is the field MXBEAN_NAME within each MBean.

For more information, please refer to the Java SE Monitoring and Management Guide, especially Chapter 2, Monitoring and Management Using JMX Technology.

Profiling for services can be dynamically enabled with ProfileControllerMXBean.setConsumerLevel. The names of the profile consumers enabled in the system can be found with ProfileControllerMXBean.getProfileConsumers.

Additional information on the use of MBeans, with simple examples, can be found here in the java.lang.management package.


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved