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