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

Constructor Index

 o JThread.socket.MigrationManager(Socket)
Construction

Method Index

 o moveTo(String)
 o run()
Read and start a mobile thread object from socket.

Constructors

 o MigrationManager
 MigrationManager(Socket s)
Construction

Parameters:
s: - the socket this manager communicate to.

Methods

 o moveTo
public static void moveTo(String host) throws MoveException

Parameters:
host: - destination of the move
Throws: MoveException
 o 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