|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.jcsp.awt |
---|
Class org.jcsp.awt.ActiveApplet extends java.applet.Applet implements Serializable |
---|
Serialized Fields |
---|
CSProcess process
ProcessManager manager
boolean started
int timeoutAck
The default value is 10000 (i.e. 10 seconds).
ChannelOutputInt stopStart
ChannelOutputInt destroy
AltingChannelInputInt destroyAck
CSTimer tim
Alternative destroyAlt
int ACKNOWLEDGE
int TIMEOUT
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveButton extends java.awt.Button implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveButtonControl.BadArguments extends java.lang.Exception implements Serializable |
---|
Class org.jcsp.awt.ActiveButtonState.BadArguments extends java.lang.Exception implements Serializable |
---|
Class org.jcsp.awt.ActiveCanvas extends java.awt.Canvas implements Serializable |
---|
Serialized Fields |
---|
ChannelInput toGraphics
ChannelOutput fromGraphics
Paintable paintable
java.util.Vector<E> vec
int requestedWidth
int requestedHeight
Class org.jcsp.awt.ActiveCheckbox extends java.awt.Checkbox implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveCheckboxMenuItem extends java.awt.CheckboxMenuItem implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveChoice extends java.awt.Choice implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveComponent extends java.awt.Component implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveContainer extends java.awt.Container implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveDialog extends java.awt.Dialog implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveFileDialog extends java.awt.FileDialog implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
ChannelOutput event
Class org.jcsp.awt.ActiveFrame extends java.awt.Frame implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveLabel extends java.awt.Label implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveList extends java.awt.List implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveMenu extends java.awt.Menu implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveMenuItem extends java.awt.MenuItem implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActivePanel extends java.awt.Panel implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveScrollbar extends java.awt.Scrollbar implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveScrollPane extends java.awt.ScrollPane implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveTextArea extends java.awt.TextArea implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveTextField extends java.awt.TextField implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Class org.jcsp.awt.ActiveWindow extends java.awt.Window implements Serializable |
---|
Serialized Fields |
---|
java.util.Vector<E> vec
ChannelInput configure
Package org.jcsp.lang |
---|
Class org.jcsp.lang.AlternativeError extends java.lang.Error implements Serializable |
---|
Class org.jcsp.lang.AltingBarrierError extends java.lang.Error implements Serializable |
---|
Class org.jcsp.lang.Any2AnyCallChannel extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
org.jcsp.lang.Any2OneChannelImpl c
org.jcsp.lang.One2OneChannelImpl d
CSProcess server
join
and fork
elements of the standard
calling sequence.
As shown in that sequence, it will need casting up to the relevant interface
supported by the specific CALL channel derived from this class.
int selected
join
and fork
elements of
that sequence. Either all the CALL
channel methods should do this or none - in the latter case, its default
value remains as zero. Its value is returned to a server as the result
the server's invocation of accept
.
Class org.jcsp.lang.Any2OneCallChannel extends AltingChannelAccept implements Serializable |
---|
Serialized Fields |
---|
org.jcsp.lang.Any2OneChannelImpl c
org.jcsp.lang.One2OneChannelImpl d
CSProcess server
join
and fork
elements of the standard
calling sequence.
As shown in that sequence, it will need casting up to the relevant interface
supported by the specific CALL channel derived from this class.
int selected
join
and fork
elements of
that sequence. Either all the CALL
channel methods should do this or none - in the latter case, its default
value remains as zero. Its value is returned to a server as the result
the server's invocation of accept
.
Class org.jcsp.lang.Barrier extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int nEnrolled
int countDown
java.lang.Object barrierLock
boolean evenOddCycle
Class org.jcsp.lang.BarrierError extends java.lang.Error implements Serializable |
---|
Class org.jcsp.lang.Bucket extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int nHolding
java.lang.Object bucketLock
int bucketCycle
Class org.jcsp.lang.JCSP_InternalError extends java.lang.Error implements Serializable |
---|
Class org.jcsp.lang.One2AnyCallChannel extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
org.jcsp.lang.One2OneChannelImpl c
CSProcess server
join
and fork
elements of the standard
calling sequence.
As shown in that sequence, it will need casting up to the relevant interface
supported by the specific CALL channel derived from this class.
int selected
join
and fork
elements of
that sequence. Either all the CALL
channel methods should do this or none - in the latter case, its default
value remains as zero. Its value is returned to a server as the result
the server's invocation of accept
.
Class org.jcsp.lang.One2OneCallChannel extends AltingChannelAccept implements Serializable |
---|
Serialized Fields |
---|
org.jcsp.lang.One2OneChannelImpl c
CSProcess server
join
and fork
elements of the standard
calling sequence.
As shown in that sequence, it will need casting up to the relevant interface
supported by the specific CALL channel derived from this class.
int selected
join
and fork
elements of
that sequence. Either all the CALL
channel methods should do this or none - in the latter case, its default
value remains as zero. Its value is returned to a server as the result
the server's invocation of accept
.
Class org.jcsp.lang.ProcessInterruptedException extends java.lang.Error implements Serializable |
---|
Package org.jcsp.util |
---|
Class org.jcsp.util.Buffer extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object[] buffer
int counter
int firstIndex
int lastIndex
Class org.jcsp.util.BufferSizeError extends java.lang.Error implements Serializable |
---|
Class org.jcsp.util.InfiniteBuffer extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int initialSize
java.lang.Object[] buffer
int counter
int firstIndex
int lastIndex
Class org.jcsp.util.OverFlowingBuffer extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object[] buffer
int counter
int firstIndex
int lastIndex
Class org.jcsp.util.OverWriteOldestBuffer extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object[] buffer
int counter
int firstIndex
int lastIndex
boolean valueWrittenWhileFull
Class org.jcsp.util.OverWritingBuffer extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object[] buffer
int counter
int firstIndex
int lastIndex
boolean valueWrittenWhileFull
Class org.jcsp.util.ZeroBuffer extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int state
java.lang.Object value
Package org.jcsp.util.ints |
---|
Class org.jcsp.util.ints.BufferInt extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int[] buffer
int counter
int firstIndex
int lastIndex
Class org.jcsp.util.ints.BufferIntSizeError extends java.lang.Error implements Serializable |
---|
Class org.jcsp.util.ints.InfiniteBufferInt extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int initialSize
int[] buffer
int counter
int firstIndex
int lastIndex
Class org.jcsp.util.ints.OverFlowingBufferInt extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int[] buffer
int counter
int firstIndex
int lastIndex
Class org.jcsp.util.ints.OverWriteOldestBufferInt extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int[] buffer
int counter
int firstIndex
int lastIndex
boolean valueWrittenWhileFull
Class org.jcsp.util.ints.OverWritingBufferInt extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int[] buffer
int counter
int firstIndex
int lastIndex
boolean valueWrittenWhileFull
Class org.jcsp.util.ints.ZeroBufferInt extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int state
int value
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV NEXT | FRAMES NO FRAMES |