/[xulu]/trunk/src/appl/parallel/thread/ExecutionThread.java
ViewVC logotype

Diff of /trunk/src/appl/parallel/thread/ExecutionThread.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by mojays, Wed Feb 25 11:54:01 2009 UTC revision 114 by mojays, Mon Jul 11 11:31:25 2011 UTC
# Line 1  Line 1 
1  package appl.parallel.thread;  package appl.parallel.thread;
2    
 import java.nio.channels.Pipe.SinkChannel;  
3  import java.rmi.RemoteException;  import java.rmi.RemoteException;
4  import java.util.concurrent.Callable;  import java.util.concurrent.Callable;
5    
6  import appl.parallel.ComputingResourceProperties;  import appl.parallel.ComputingResourceProperties;
 import appl.parallel.client.RemoteEventHandler;  
7  import appl.parallel.event.CommEvent;  import appl.parallel.event.CommEvent;
8    import appl.parallel.event.CommEvent.CommType;
9  import appl.parallel.event.CommEventSink;  import appl.parallel.event.CommEventSink;
10  import appl.parallel.event.TimeEvent;  import appl.parallel.event.TimeEvent;
11  import appl.parallel.event.TransferEvent;  import appl.parallel.event.TransferEvent;
 import appl.parallel.event.CommEvent.CommType;  
12    
13  /**  /**
14   * A simple helper class for more easy Thread handling with anonymous classes.   * A simple helper class for more easy Thread handling with anonymous classes.

Legend:
Removed from v.2  
changed lines
  Added in v.114

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26