org.opennms.netmgt.poller.pollables
Class PollableContainer.Accumulator<T>

java.lang.Object
  extended by org.opennms.netmgt.poller.pollables.PollableContainer.SimpleIter<T>
      extended by org.opennms.netmgt.poller.pollables.PollableContainer.Accumulator<T>
All Implemented Interfaces:
PollableContainer.Iter
Enclosing class:
PollableContainer

protected abstract class PollableContainer.Accumulator<T>
extends PollableContainer.SimpleIter<T>


Constructor Summary
PollableContainer.Accumulator()
           
PollableContainer.Accumulator(T initial)
           
 
Method Summary
 void forEachElement(PollableElement element)
           
 
Methods inherited from class org.opennms.netmgt.poller.pollables.PollableContainer.SimpleIter
getResult, setResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollableContainer.Accumulator

public PollableContainer.Accumulator(T initial)

PollableContainer.Accumulator

public PollableContainer.Accumulator()
Method Detail

forEachElement

public void forEachElement(PollableElement element)


Copyright © 2009. All Rights Reserved.