org.opennms.netmgt.model
Class AbstractEntityVisitor

java.lang.Object
  extended by org.opennms.netmgt.model.AbstractEntityVisitor
All Implemented Interfaces:
EntityVisitor

public class AbstractEntityVisitor
extends Object
implements EntityVisitor


Constructor Summary
AbstractEntityVisitor()
           
 
Method Summary
 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(OnmsSnmpInterface snmpIface)
           
 void visitSnmpInterfaceComplete(OnmsSnmpInterface snmpIface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEntityVisitor

public AbstractEntityVisitor()
Method Detail

visitNode

public void visitNode(OnmsNode node)
Specified by:
visitNode in interface EntityVisitor

visitSnmpInterface

public void visitSnmpInterface(OnmsSnmpInterface snmpIface)
Specified by:
visitSnmpInterface in interface EntityVisitor

visitIpInterface

public void visitIpInterface(OnmsIpInterface iface)
Specified by:
visitIpInterface in interface EntityVisitor

visitMonitoredService

public void visitMonitoredService(OnmsMonitoredService monSvc)
Specified by:
visitMonitoredService in interface EntityVisitor

visitNodeComplete

public void visitNodeComplete(OnmsNode node)
Specified by:
visitNodeComplete in interface EntityVisitor

visitSnmpInterfaceComplete

public void visitSnmpInterfaceComplete(OnmsSnmpInterface snmpIface)
Specified by:
visitSnmpInterfaceComplete in interface EntityVisitor

visitIpInterfaceComplete

public void visitIpInterfaceComplete(OnmsIpInterface iface)
Specified by:
visitIpInterfaceComplete in interface EntityVisitor

visitMonitoredServiceComplete

public void visitMonitoredServiceComplete(OnmsMonitoredService monSvc)
Specified by:
visitMonitoredServiceComplete in interface EntityVisitor


Copyright © 2009. All Rights Reserved.