org.globus.cog.karajan.workflow.futures
Class FuturesMonitor

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by org.globus.cog.karajan.workflow.futures.FuturesMonitor
All Implemented Interfaces:
Serializable, Cloneable, Map

public class FuturesMonitor
extends Hashtable

See Also:
Serialized Form

Field Summary
static boolean debug
           
static FuturesMonitor monitor
           
 
Constructor Summary
FuturesMonitor()
           
 
Method Summary
 void add(EventTargetPair etp, Future f)
           
 void remove(EventTargetPair etp)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

monitor

public static final FuturesMonitor monitor

debug

public static boolean debug
Constructor Detail

FuturesMonitor

public FuturesMonitor()
Method Detail

remove

public void remove(EventTargetPair etp)

add

public void add(EventTargetPair etp,
                Future f)