|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.poller.pollables.PollableVisitorAdaptor
public class PollableVisitorAdaptor
Represents a PollableVisitorAdaptor
| 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 |
|---|
public PollableVisitorAdaptor()
Constructor for PollableVisitorAdaptor.
| Method Detail |
|---|
public void visitService(PollableService service)
visitService
visitService in interface PollableVisitorservice - a PollableService object.public void visitInterface(PollableInterface interface1)
visitInterface
visitInterface in interface PollableVisitorinterface1 - a PollableInterface object.public void visitNode(PollableNode node)
visitNode
visitNode in interface PollableVisitornode - a PollableNode object.public void visitNetwork(PollableNetwork network)
visitNetwork
visitNetwork in interface PollableVisitornetwork - a PollableNetwork object.public void visitContainer(PollableContainer container)
visitContainer
visitContainer in interface PollableVisitorcontainer - a PollableContainer object.public void visitElement(PollableElement element)
visitElement
visitElement in interface PollableVisitorelement - a PollableElement object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||