|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node.Health | |
|---|---|
| com.sun.sgs.management | Provides the RedDwarf management interfaces exposed via JMX. |
| com.sun.sgs.service | Provides interfaces and classes for services provided by the RedDwarf Server. |
| Uses of Node.Health in com.sun.sgs.management |
|---|
| Methods in com.sun.sgs.management that return Node.Health | |
|---|---|
Node.Health |
NodeInfo.getHealth()
Returns the node health. |
Node.Health |
WatchdogServiceMXBean.getNodeHealth()
Return the health of the local node. |
Node.Health |
ClientSessionServiceMXBean.getSessionServiceHealth()
Gets the health of the service. |
| Methods in com.sun.sgs.management with parameters of type Node.Health | |
|---|---|
void |
WatchdogServiceMXBean.setNodeHealth(Node.Health health)
Set the health of the local node. |
| Constructors in com.sun.sgs.management with parameters of type Node.Health | |
|---|---|
NodeInfo(String host,
long id,
Node.Health health,
long backup,
int jmxPort)
Creates a NodeInfo object. |
|
| Uses of Node.Health in com.sun.sgs.service |
|---|
| Methods in com.sun.sgs.service that return Node.Health | |
|---|---|
Node.Health |
Node.getHealth()
Returns the health of the node. |
Node.Health |
WatchdogService.getLocalNodeHealth()
Returns the health of the local node. |
Node.Health |
WatchdogService.getLocalNodeHealthNonTransactional()
Returns the health of the local node. |
static Node.Health |
Node.Health.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Node.Health[] |
Node.Health.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.sun.sgs.service with parameters of type Node.Health | |
|---|---|
void |
WatchdogService.reportHealth(long nodeId,
Node.Health health,
String component)
Informs the watchdog of a node's health. |
void |
WatchdogService.reportHealth(Node.Health health,
String component)
Informs the watchdog of this node's health. |
boolean |
Node.Health.worseThan(Node.Health health)
Returns true if this health is worse than the specified
health. |
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||