Class DrbdNode
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.aoindustries.noc.monitor.NodeImpl
com.aoindustries.noc.monitor.TableResultNodeImpl
com.aoindustries.noc.monitor.infrastructure.DrbdNode
- All Implemented Interfaces:
Node
,TableResultNode
,Serializable
,Remote
The node for the DRBD monitoring.
- Author:
- AO Industries, Inc.
- See Also:
-
Field Summary
Fields inherited from class com.aoindustries.noc.monitor.TableResultNodeImpl
rootNode, worker
Fields inherited from class java.rmi.server.RemoteObject
ref
-
Constructor Summary
ConstructorDescriptionDrbdNode
(RaidNode raidNode, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) -
Method Summary
Methods inherited from class com.aoindustries.noc.monitor.TableResultNodeImpl
addTableResultListener, getAlertLevel, getAlertMessage, getAllowsChildren, getChildren, getLastResult, getParent, removeTableResultListener, start, stop
Methods inherited from class com.aoindustries.noc.monitor.NodeImpl
constrainAlertLevel, getAlertCategory, getMaxAlertLevel, getSnapshot, getSnapshot, getSnapshot, getSnapshot, getSnapshot, getSnapshot, toString
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObject
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toStub
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.aoindustries.noc.monitor.common.Node
getAlertCategory
-
Constructor Details
-
DrbdNode
public DrbdNode(RaidNode raidNode, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) throws IOException, SQLException - Throws:
IOException
SQLException
-
-
Method Details