- 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.dns.DnsNode
-
- All Implemented Interfaces:
Node
,TableResultNode
,Serializable
,Remote
public class DnsNode extends TableResultNodeImpl
The node for the DNS monitoring.- Author:
- AO Industries, Inc.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.aoindustries.noc.monitor.TableResultNodeImpl
rootNode, worker
-
Fields inherited from class java.rmi.server.RemoteObject
ref
-
-
Constructor Summary
Constructors Constructor Description DnsNode(IpAddressNode ipAddressNode, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
-
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 Detail
-
DnsNode
public DnsNode(IpAddressNode ipAddressNode, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) throws IOException, SQLException
- Throws:
IOException
SQLException
-
-