Uses of Interface
org.apache.servicemix.eip.support.resequence.TimeoutHandler

Packages that use TimeoutHandler
org.apache.servicemix.eip.support.resequence   
 

Uses of TimeoutHandler in org.apache.servicemix.eip.support.resequence
 

Classes in org.apache.servicemix.eip.support.resequence that implement TimeoutHandler
 class ResequencerEngine<E>
          Resequences elements based on a given SequenceElementComparator.
 

Methods in org.apache.servicemix.eip.support.resequence that return types with arguments of type TimeoutHandler
 java.util.List<TimeoutHandler> Timeout.getTimeoutHandlers()
          Returns the list of timeout handlers that have been registered for notification.
 

Methods in org.apache.servicemix.eip.support.resequence 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 © 2005-2011 FuseSource. All Rights Reserved.