Class JThread.voyager.MoveException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JThread.voyager.MoveException

Object
   |
   +----Throwable
           |
           +----Exception
                   |
                   +----JThread.voyager.MoveException

public class MoveException
extends Exception
MoveException is used to store thread state during shutdown and restart. This class and its methods are only used by the classfile processor and JThread package. The application program may need to declare it when calling MigrationManager.moveTo.

Author:
Wei Tao
See Also:
MigrationManager

Constructor Index

 o JThread.voyager.MoveException(Object)
 o JThread.voyager.MoveException(String)

Method Index

 o getHost()
 o getHostString()
 o isEmpty()
 o popBoolean()
 o popByte()
 o popChar()
 o popDouble()
 o popFloat()
 o popInt()
 o popLong()
 o popObject()
 o popShort()
 o print()
 o push(byte)
 o push(char)
 o push(double)
 o push(float)
 o push(int)
 o push(long)
 o push(Object)
 o push(short)
 o push(boolean)

Constructors

 o MoveException
public MoveException(Object host)

Parameters:
the - host this object associate to.
 o MoveException
public MoveException(String host)

Parameters:
host: - the host this object associate to.

Methods

 o getHost
public java.lang.Object getHost()
 o getHostString
public java.lang.String getHostString()
 o isEmpty
public boolean isEmpty()
 o popBoolean
public boolean popBoolean()
 o popByte
public byte popByte()
 o popChar
public char popChar()
 o popDouble
public double popDouble()
 o popFloat
public float popFloat()
 o popInt
public int popInt()
 o popLong
public long popLong()
 o popObject
public java.lang.Object popObject()
 o popShort
public short popShort()
 o print
public void print()
 o push
public void push(byte o)
 o push
public void push(char o)
 o push
public void push(double o)
 o push
public void push(float o)
 o push
public void push(int o)
 o push
public void push(long o)
 o push
public void push(Object o)
 o push
public void push(short o)
 o push
public void push(boolean o)

All Packages  Class Hierarchy  This Package  Previous  Next  Index