public class NodeEvent extends Event
Event that holds information about the current status of an node (system properties and environment,memory
usage, state of sites).| Modifier and Type | Class and Description |
|---|---|
class |
NodeEvent.MemoryUsage |
class |
NodeEvent.NodeState |
| Modifier and Type | Field and Description |
|---|---|
static String |
NODE_STATE |
| Constructor and Description |
|---|
NodeEvent(Environment environment,
String siteName) |
| Modifier and Type | Method and Description |
|---|---|
void |
perform(Environment environment,
Site site)
Performs the event
|
protected void |
setNodeId(String nodeId) |
String |
toString() |
getNodeId, getSiteNamepublic static final String NODE_STATE
public NodeEvent(Environment environment, String siteName)
public void perform(Environment environment, Site site) throws InvalidConfigurationException
Eventperform in class Eventenvironment - then Environment to usesite - the Site where the event occurredInvalidConfigurationException - if there's a configuration errorCopyright © 2011–2021 aiticon GmbH. All rights reserved.