Class JThread.socket.MigrationManager
All Packages Class Hierarchy This Package Previous Next Index
Class JThread.socket.MigrationManager
Object
|
+----Thread
|
+----JThread.socket.MigrationManager
- public class MigrationManager
- extends Thread
MigrationManager manages the thread migration process.
- Author:
- Wei Tao
- See Also:
- MobileThread, MoveException
-
JThread.socket.MigrationManager(Socket)
-
Construction
-
moveTo(String)
-
-
run()
- Read and start a mobile thread object from socket.
MigrationManager
MigrationManager(Socket s)
- Construction
- Parameters:
- s: - the socket this manager communicate to.
moveTo
public static void moveTo(String host) throws MoveException
-
- Parameters:
- host: - destination of the move
- Throws: MoveException
-
run
public void run()
- Read and start a mobile thread object from socket.
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index