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

Version:
$Id: $
Author:
Mathew Brozowski

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

Constructor Detail

PollableVisitorAdaptor

public PollableVisitorAdaptor()

Constructor for PollableVisitorAdaptor.

Method Detail

visitService

public void visitService(PollableService service)

visitService

Specified by:
visitService in interface PollableVisitor
Parameters:
service - a PollableService object.

visitInterface

public void visitInterface(PollableInterface interface1)

visitInterface

Specified by:
visitInterface in interface PollableVisitor
Parameters:
interface1 - a PollableInterface object.

visitNode

public void visitNode(PollableNode node)

visitNode

Specified by:
visitNode in interface PollableVisitor
Parameters:
node - a PollableNode object.

visitNetwork

public void visitNetwork(PollableNetwork network)

visitNetwork

Specified by:
visitNetwork in interface PollableVisitor
Parameters:
network - a PollableNetwork object.

visitContainer

public void visitContainer(PollableContainer container)

visitContainer

Specified by:
visitContainer in interface PollableVisitor
Parameters:
container - a PollableContainer object.

visitElement

public void visitElement(PollableElement element)

visitElement

Specified by:
visitElement in interface PollableVisitor
Parameters:
element - a PollableElement object.


Copyright © 2011. All Rights Reserved.