public class AbstractEntityVisitor extends Object implements EntityVisitor
AbstractEntityVisitor class.
Constructor and Description |
---|
AbstractEntityVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
visitIpInterface(OnmsIpInterface iface) |
void |
visitIpInterfaceComplete(OnmsIpInterface iface) |
void |
visitMonitoredService(OnmsMonitoredService monSvc) |
void |
visitMonitoredServiceComplete(OnmsMonitoredService monSvc) |
void |
visitNode(OnmsNode node) |
void |
visitNodeComplete(OnmsNode node) |
void |
visitSnmpInterface(OnmsEntity snmpIface) |
void |
visitSnmpInterfaceComplete(OnmsEntity snmpIface) |
public void visitNode(OnmsNode node)
visitNode
in interface EntityVisitor
public void visitSnmpInterface(OnmsEntity snmpIface)
visitSnmpInterface
in interface EntityVisitor
public void visitIpInterface(OnmsIpInterface iface)
visitIpInterface
in interface EntityVisitor
public void visitMonitoredService(OnmsMonitoredService monSvc)
visitMonitoredService
in interface EntityVisitor
public void visitNodeComplete(OnmsNode node)
visitNodeComplete
in interface EntityVisitor
public void visitSnmpInterfaceComplete(OnmsEntity snmpIface)
visitSnmpInterfaceComplete
in interface EntityVisitor
public void visitIpInterfaceComplete(OnmsIpInterface iface)
visitIpInterfaceComplete
in interface EntityVisitor
public void visitMonitoredServiceComplete(OnmsMonitoredService monSvc)
visitMonitoredServiceComplete
in interface EntityVisitor
Copyright © 2021. All rights reserved.