Uses of Class
org.apache.camel.support.TimeoutMapEntry

Packages that use TimeoutMapEntry
org.apache.camel.support Base classes that help to implement the camel API and are expected to be extended by the user 
 

Uses of TimeoutMapEntry in org.apache.camel.support
 

Methods in org.apache.camel.support with parameters of type TimeoutMapEntry
 int TimeoutMapEntry.compareTo(TimeoutMapEntry<K,V> that)
           
protected  boolean DefaultTimeoutMap.isValidForEviction(TimeoutMapEntry<K,V> entry)
          A hook to allow derivations to avoid evicting the current entry
protected  void DefaultTimeoutMap.updateExpireTime(TimeoutMapEntry<K,V> entry)
           
 



Apache CAMEL