Uses of Package
com.google.code.rees.scope.util.monitor

Packages that use com.google.code.rees.scope.util.monitor
com.google.code.rees.scope.conversation.context   
com.google.code.rees.scope.util.monitor   
 

Classes in com.google.code.rees.scope.util.monitor used by com.google.code.rees.scope.conversation.context
HashMonitoredContext
          A Serializable Hash implementation of the Map and Timeoutable interfaces.
MonitoredContext
           
SchedulerProvider
           
Timeoutable
          This interface can be used in conjunction with a TimeoutMonitor to provide a simple timeout mechanism
TimeoutListener
          This interface provides a simple mechanism for allowing other objects to be notified of a Timeoutable's timeout.
TimeoutMonitor
          This interface works in conjunction with the Timeoutable interface to provide a simple timeout mechanism
 

Classes in com.google.code.rees.scope.util.monitor used by com.google.code.rees.scope.util.monitor
MonitoredContext
           
ScheduledExecutorTimeoutMonitor
          An implementation of the TimeoutMonitor that makes use of a ScheduledExecutorService.
SchedulerProvider
           
Timeoutable
          This interface can be used in conjunction with a TimeoutMonitor to provide a simple timeout mechanism
TimeoutListener
          This interface provides a simple mechanism for allowing other objects to be notified of a Timeoutable's timeout.
TimeoutMonitor
          This interface works in conjunction with the Timeoutable interface to provide a simple timeout mechanism
TimeoutRunner
          A handy runnable interface whose implementations should have a Runnable.run() method that will be executed periodically to perform monitoring of its Timeoutable.
 



Copyright © 2012-2013. All Rights Reserved.