org.apache.camel.processor
Class Throttler.TimeSlot

java.lang.Object
  extended by org.apache.camel.processor.Throttler.TimeSlot
Enclosing class:
Throttler

protected class Throttler.TimeSlot
extends Object


Constructor Summary
protected Throttler.TimeSlot()
           
protected Throttler.TimeSlot(long startTime)
           
 
Method Summary
protected  void assign()
           
protected  boolean isActive()
           
protected  boolean isFull()
           
protected  Throttler.TimeSlot next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Throttler.TimeSlot

protected Throttler.TimeSlot()

Throttler.TimeSlot

protected Throttler.TimeSlot(long startTime)
Method Detail

assign

protected void assign()

next

protected Throttler.TimeSlot next()

isActive

protected boolean isActive()

isFull

protected boolean isFull()


Apache CAMEL