|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PollableVisitor
Represents a PollableVisitor
| 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 |
| Method Detail |
|---|
void visitService(PollableService service)
visitService
service - a PollableService object.void visitInterface(PollableInterface interface1)
visitInterface
interface1 - a PollableInterface object.void visitNode(PollableNode node)
visitNode
node - a PollableNode object.void visitNetwork(PollableNetwork network)
visitNetwork
network - a PollableNetwork object.void visitContainer(PollableContainer container)
visitContainer
container - a PollableContainer object.void visitElement(PollableElement element)
visitElement
element - a PollableElement object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||