Class PhysicalServersNode
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.aoindustries.noc.monitor.NodeImpl
com.aoindustries.noc.monitor.net.HostsNode
com.aoindustries.noc.monitor.infrastructure.PhysicalServersNode
- All Implemented Interfaces:
Node,Serializable,Remote
The top-level node has one child for each of the servers.
- Author:
- AO Industries, Inc.
- See Also:
-
Field Summary
Fields inherited from class java.rmi.server.RemoteObject
ref -
Constructor Summary
ConstructorsConstructorDescriptionPhysicalServersNode(RootNodeImpl rootNode, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) -
Method Summary
Modifier and TypeMethodDescriptionDefaults to the alert category of the parent node.getLabel()protected booleanincludeHost(Host host) Methods inherited from class com.aoindustries.noc.monitor.net.HostsNode
getAlertLevel, getAlertMessage, getAllowsChildren, getChildren, getParent, startMethods inherited from class com.aoindustries.noc.monitor.NodeImpl
constrainAlertLevel, getMaxAlertLevel, getSnapshot, getSnapshot, getSnapshot, getSnapshot, getSnapshot, getSnapshot, toStringMethods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObjectMethods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLogMethods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toStub
-
Constructor Details
-
PhysicalServersNode
public PhysicalServersNode(RootNodeImpl rootNode, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) throws RemoteException - Throws:
RemoteException
-
-
Method Details
-
getAlertCategory
Description copied from class:NodeImplDefaults to the alert category of the parent node.- Specified by:
getAlertCategoryin interfaceNode- Overrides:
getAlertCategoryin classNodeImpl- See Also:
-
getLabel
-
includeHost
- Specified by:
includeHostin classHostsNode- Throws:
SQLExceptionIOException
-
