Class JThread.stream.ShutdownException
All Packages Class Hierarchy This Package Previous Next Index
Class JThread.stream.ShutdownException
Object
|
+----Throwable
|
+----Exception
|
+----JThread.stream.ShutdownException
- public class ShutdownException
- extends Exception
ShutdownException is used to collect
execution states of threads.
It is internally used by the classfile
processor and the JThread.stream package.
The application program only need to
declare it when calling checkStop.
- Author:
- Wei Tao
- See Also:
- ShutdownManager
-
JThread.stream.ShutdownException()
-
-
JThread.stream.ShutdownException(boolean)
-
-
isEmpty()
-
-
needBarrier(int)
- This method tests whether a barrier is needed at the end
of restart process.
-
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)
-
ShutdownException
public ShutdownException()
ShutdownException
public ShutdownException(boolean s)
isEmpty
public boolean isEmpty()
needBarrier
public boolean needBarrier(int remaining)
- This method tests whether a barrier is needed at the end
of restart process. This method is only used by the classfile
processor.
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