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

Variable Index

 o _me

Constructor Index

 o JThread.socket.MobileThread()
 o JThread.socket.MobileThread(Runnable)
Construct a new mobile thread object from a Runnable object.

Method Index

 o getMoveException()
 o send()
Send this mobile thread to the host indicated in the MoveException object associated with this mobile thread object.

Variables

 o _me
protected JThread.socket.MoveException _me

Constructors

 o MobileThread
public MobileThread()
 o MobileThread
public MobileThread(Runnable r)
Construct a new mobile thread object from a Runnable object.

Methods

 o getMoveException
public JThread.socket.MoveException getMoveException()

Returns:
the MoveException object associated with this mobile thread.
 o 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