Uses of Interface
org.apache.camel.processor.resequencer.TimeoutHandler

Packages that use TimeoutHandler
org.apache.camel.processor.resequencer Helper classes for the Resequencer pattern. 
 

Uses of TimeoutHandler in org.apache.camel.processor.resequencer
 

Classes in org.apache.camel.processor.resequencer that implement TimeoutHandler
 class ResequencerEngine<E>
          Resequences elements based on a given SequenceElementComparator.
 

Methods in org.apache.camel.processor.resequencer that return types with arguments of type TimeoutHandler
 List<TimeoutHandler> Timeout.getTimeoutHandlers()
          Returns the list of timeout handlers that have been registered for notification.
 

Methods in org.apache.camel.processor.resequencer with parameters of type TimeoutHandler
 void Timeout.addTimeoutHandler(TimeoutHandler handler)
          Appends a new timeout handler at the end of the timeout handler list.
 void Timeout.addTimeoutHandlerFirst(TimeoutHandler handler)
          inserts a new timeout handler at the beginning of the timeout handler list.
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.