public interface AdminIfc
| Modifier and Type | Method and Description |
|---|---|
void |
clearStatus()
Clears the status table for this node
|
ReadOnlyStatisticsMonitorIfc |
getAndResetRecordStatistics()
Retrieves record statistics for this node.
|
DCNodePerformanceIfc |
getPerformanceMetrics()
Retrieves performance information for this node
(For future reference)
|
StatusMessage |
getStatus()
Retrieves the most recent, worst status for this node
|
void |
initialize() |
void |
reconfigure()
Reconfigures the node without stopping and then restarting it
|
void |
shutdown()
Stops node processing
|
void |
startup()
Starts node processing
|
void initialize()
throws NodeStartException
NodeStartExceptionvoid shutdown()
void startup()
throws NodeStartException
NodeStartExceptionvoid reconfigure()
throws NodeStartException
NodeStartExceptionStatusMessage getStatus()
void clearStatus()
DCNodePerformanceIfc getPerformanceMetrics()
ReadOnlyStatisticsMonitorIfc getAndResetRecordStatistics()