Communicating Threads for Java

A CSP library for Java

© Copyrights 2000 Gerald H. Hilderink

Serialized Form


Package csp.io

Class csp.io.IOException implements Serializable

Serialized Fields

exception

java.lang.Throwable exception

Class csp.io.OutOfBoundsException implements Serializable


Package csp.lang

Class csp.lang.Boolean implements Serializable

Serialized Fields

value

boolean value
The value of the Boolean.

Class csp.lang.Byte implements Serializable

Serialized Fields

value

byte value
The value of the Byte.

Class csp.lang.Character implements Serializable

Serialized Fields

value

char value
The value of the Character.

Class csp.lang.Double implements Serializable

Serialized Fields

value

double value
The value of the Double.

Class csp.lang.Float implements Serializable

Serialized Fields

value

float value
The value of the Float.

Class csp.lang.Integer implements Serializable

Serialized Fields

value

int value
The value of the Integer.

Class csp.lang.Long implements Serializable

Serialized Fields

value

long value
The value of the Long.

Class csp.lang.Proxy implements Serializable

Serialized Fields

object

java.lang.Object object
Deprecated. 

tag

int tag
Deprecated. 
Public place holder for an object reference and tag.

Class csp.lang.Reference implements Serializable

Serialized Fields

object

java.lang.Object object

tag

int tag
Public place holder for an object reference and tag.

Class csp.lang.Short implements Serializable

Serialized Fields

value

short value
The value of the Short.


Communicating Threads for Java

A CSP library for Java

© Copyrights 2000 Gerald H. Hilderink