org.opennms.netmgt.poller.pollables
Class PollableVisitorAdaptor

java.lang.Object
  extended by org.opennms.netmgt.poller.pollables.PollableVisitorAdaptor
All Implemented Interfaces:
PollableVisitor

public class PollableVisitorAdaptor
extends Object
implements PollableVisitor

Represents a PollableVisitorAdaptor

Author:
Mathew Brozowski

Constructor Summary
PollableVisitorAdaptor()
           
 
Method Summary
 void visitContainer(PollableContainer container)
           
 void visitElement(PollableElement element)
           
 void visitInterface(PollableInterface interface1)
           
 void visitNetwork(PollableNetwork network)
           
 void visitNode(PollableNode node)
           
 void visitService(PollableService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollableVisitorAdaptor

public PollableVisitorAdaptor()
Method Detail

visitService

public void visitService(PollableService service)
Specified by:
visitService in interface PollableVisitor

visitInterface

public void visitInterface(PollableInterface interface1)
Specified by:
visitInterface in interface PollableVisitor

visitNode

public void visitNode(PollableNode node)
Specified by:
visitNode in interface PollableVisitor

visitNetwork

public void visitNetwork(PollableNetwork network)
Specified by:
visitNetwork in interface PollableVisitor

visitContainer

public void visitContainer(PollableContainer container)
Specified by:
visitContainer in interface PollableVisitor

visitElement

public void visitElement(PollableElement element)
Specified by:
visitElement in interface PollableVisitor


Copyright © 2009. All Rights Reserved.