akka.dispatch
Class BatchingExecutor.Batch

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.ArrayDeque<java.lang.Runnable>
          extended by akka.dispatch.BatchingExecutor.AbstractBatch
              extended by akka.dispatch.BatchingExecutor.Batch
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<java.lang.Runnable>, java.lang.Runnable, java.util.Collection<java.lang.Runnable>, java.util.Deque<java.lang.Runnable>, java.util.Queue<java.lang.Runnable>
Enclosing interface:
BatchingExecutor

public private static final class BatchingExecutor.Batch
extends BatchingExecutor.AbstractBatch

See Also:
Serialized Form

Constructor Summary
BatchingExecutor.Batch()
           
 
Method Summary
 void run()
           
 
Methods inherited from class akka.dispatch.BatchingExecutor.AbstractBatch
processBatch, resubmitUnbatched
 
Methods inherited from class java.util.ArrayDeque
add, addFirst, addLast, clear, clone, contains, descendingIterator, element, getFirst, getLast, isEmpty, iterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, size, toArray, toArray
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
addAll, containsAll, equals, hashCode, removeAll, retainAll
 

Constructor Detail

BatchingExecutor.Batch

public BatchingExecutor.Batch()
Method Detail

run

public final void run()