com.google.code.rees.scope.util.monitor
Interface MonitoredContext<K,V,T extends MonitoredContext<K,V,T>>

All Superinterfaces:
Map<K,V>, Serializable, Timeoutable<T>
All Known Subinterfaces:
ConversationContext
All Known Implementing Classes:
DefaultConversationContext, HashMonitoredContext

public interface MonitoredContext<K,V,T extends MonitoredContext<K,V,T>>
extends Map<K,V>, Timeoutable<T>, Serializable

Author:
rees.byars

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from interface com.google.code.rees.scope.util.monitor.Timeoutable
addTimeoutListener, getId, getRemainingTime, reset, setMaxIdleTime, timeout
 



Copyright © 2012-2013. All Rights Reserved.