|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodesMXBean
The management interface for all the nodes in the system, available only from the core server node.
An instance implementing this MBean can be obtained from the from the
getPlatformMBeanServer method.
The ObjectName for uniquely identifying this MBean is
"com.sun.sgs:type=Nodes".
Each time a node joins the cluster or fails, a notification of class
Notification is emitted. The notification will be of type
"com.sun.sgs.node.started" or "com.sun.sgs.node.failed".
| Field Summary | |
|---|---|
static String |
MXBEAN_NAME
The name for uniquely identifying this MBean. |
static String |
NODE_FAILED_NOTIFICATION
The type for node failed notifications. |
static String |
NODE_STARTED_NOTIFICATION
The type for node started notifications. |
| Method Summary | |
|---|---|
NodeInfo[] |
getNodes()
Returns information about the nodes in the system. |
| Field Detail |
|---|
static final String MXBEAN_NAME
static final String NODE_STARTED_NOTIFICATION
static final String NODE_FAILED_NOTIFICATION
| Method Detail |
|---|
NodeInfo[] getNodes()
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||