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
-
JThread.voyager.MoveException(Object)
-
-
JThread.voyager.MoveException(String)
-
-
getHost()
-
-
getHostString()
-
-
isEmpty()
-
-
popBoolean()
-
-
popByte()
-
-
popChar()
-
-
popDouble()
-
-
popFloat()
-
-
popInt()
-
-
popLong()
-
-
popObject()
-
-
popShort()
-
-
print()
-
-
push(byte)
-
-
push(char)
-
-
push(double)
-
-
push(float)
-
-
push(int)
-
-
push(long)
-
-
push(Object)
-
-
push(short)
-
-
push(boolean)
-
MoveException
public MoveException(Object host)
-
- Parameters:
- the - host this object associate to.
MoveException
public MoveException(String host)
-
- Parameters:
- host: - the host this object associate to.
getHost
public java.lang.Object getHost()
getHostString
public java.lang.String getHostString()
isEmpty
public boolean isEmpty()
popBoolean
public boolean popBoolean()
popByte
public byte popByte()
popChar
public char popChar()
popDouble
public double popDouble()
popFloat
public float popFloat()
popInt
public int popInt()
popLong
public long popLong()
popObject
public java.lang.Object popObject()
popShort
public short popShort()
print
public void print()
push
public void push(byte o)
push
public void push(char o)
push
public void push(double o)
push
public void push(float o)
push
public void push(int o)
push
public void push(long o)
push
public void push(Object o)
push
public void push(short o)
push
public void push(boolean o)
All Packages Class Hierarchy This Package Previous Next Index