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

Class JThread.socket.MoveException

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

public class MoveException
extends Exception
MoveException is used to store thread state during shutdown and restart.

Author:
Wei Tao

Constructor Index

 o JThread.socket.MoveException(String)

Method Index

 o getHost()
 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(String host)

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

Methods

 o getHost
public java.lang.String getHost()
 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