Class JThread.socket.MobileThread
All Packages Class Hierarchy This Package Previous Next Index
Class JThread.socket.MobileThread
Object
|
+----Thread
|
+----JThread.socket.MobileThread
- public class MobileThread
- extends Thread
- implements Serializable
MobileThread is the super class of all mobile thread classes.
- Author:
- Wei Tao
- See Also:
- MigrationManager, MoveException
-
_me
-
-
JThread.socket.MobileThread()
-
-
JThread.socket.MobileThread(Runnable)
-
Construct a new mobile thread object from a Runnable object.
-
getMoveException()
-
-
send()
-
Send this mobile thread to the host indicated in the MoveException
object associated with this mobile thread object.
_me
protected JThread.socket.MoveException _me
MobileThread
public MobileThread()
MobileThread
public MobileThread(Runnable r)
- Construct a new mobile thread object from a Runnable object.
getMoveException
public JThread.socket.MoveException getMoveException()
-
- Returns:
- the MoveException object associated with this mobile thread.
send
public void send()
- Send this mobile thread to the host indicated in the MoveException
object associated with this mobile thread object.
All Packages Class Hierarchy This Package Previous Next Index