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.CommEventSink; |
import appl.parallel.event.CommEventSink; |
9 |
import appl.parallel.event.TimeEvent; |
import appl.parallel.event.TimeEvent; |