CSP for Java
(JCSP) 1.0-rc7
A B C D E F G H I J M N O P R S T U V W X Z

O

One2AnyCallChannel - class jcsp.lang.One2AnyCallChannel.
This is the super-class for one-to-any interface-specific CALL channels, safe for use by one client and many servers.
One2AnyCallChannel() - Constructor for class jcsp.lang.One2AnyCallChannel
 
One2AnyChannel - class jcsp.lang.One2AnyChannel.
This implements a one-to-any object channel, safe for use by one writer and many readers.
One2AnyChannel() - Constructor for class jcsp.lang.One2AnyChannel
 
One2AnyChannelInt - class jcsp.lang.One2AnyChannelInt.
This implements a one-to-any integer channel, safe for use by one writer and many readers.
One2AnyChannelInt() - Constructor for class jcsp.lang.One2AnyChannelInt
 
One2AnyChannelIntRead - Static variable in class jcsp.lang.SpuriousLog
This indexes the counts of spurious wakeups (SpuriousLog.getSpuriousWakeUpCounts()), indicating the class and operation that suffered.
One2AnyChannelIntWrite - Static variable in class jcsp.lang.SpuriousLog
This indexes the counts of spurious wakeups (SpuriousLog.report()), indicating the class and operation that suffered.
One2AnyChannelIntXRead - Static variable in class jcsp.lang.SpuriousLog
This indexes the counts of spurious wakeups (SpuriousLog.getSpuriousWakeUpCounts()), indicating the class and operation that suffered.
One2AnyChannelIntXWrite - Static variable in class jcsp.lang.SpuriousLog
This indexes the counts of spurious wakeups (SpuriousLog.report()), indicating the class and operation that suffered.
One2AnyChannelRead - Static variable in class jcsp.lang.SpuriousLog
This indexes the counts of spurious wakeups (SpuriousLog.getSpuriousWakeUpCounts()), indicating the class and operation that suffered.
One2AnyChannelWrite - Static variable in class jcsp.lang.SpuriousLog
This indexes the counts of spurious wakeups (SpuriousLog.report()), indicating the class and operation that suffered.
One2AnyChannelXRead - Static variable in class jcsp.lang.SpuriousLog
This indexes the counts of spurious wakeups (SpuriousLog.getSpuriousWakeUpCounts()), indicating the class and operation that suffered.
One2AnyChannelXWrite - Static variable in class jcsp.lang.SpuriousLog
This indexes the counts of spurious wakeups (SpuriousLog.report()), indicating the class and operation that suffered.
One2OneCallChannel - class jcsp.lang.One2OneCallChannel.
This is the super-class for one-to-one interface-specific CALL channels.
One2OneCallChannel() - Constructor for class jcsp.lang.One2OneCallChannel
 
One2OneChannel - class jcsp.lang.One2OneChannel.
This implements a one-to-one object channel.
One2OneChannel() - Constructor for class jcsp.lang.One2OneChannel
 
One2OneChannelInt - class jcsp.lang.One2OneChannelInt.
This implements a one-to-one integer channel.
One2OneChannelInt() - Constructor for class jcsp.lang.One2OneChannelInt
 
One2OneChannelIntRead - Static variable in class jcsp.lang.SpuriousLog
This indexes the counts of spurious wakeups (SpuriousLog.getSpuriousWakeUpCounts()), indicating the class and operation that suffered.
One2OneChannelIntWrite - Static variable in class jcsp.lang.SpuriousLog
This indexes the counts of spurious wakeups (SpuriousLog.report()), indicating the class and operation that suffered.
One2OneChannelIntXRead - Static variable in class jcsp.lang.SpuriousLog
This indexes the counts of spurious wakeups (SpuriousLog.getSpuriousWakeUpCounts()), indicating the class and operation that suffered.
One2OneChannelIntXWrite - Static variable in class jcsp.lang.SpuriousLog
This indexes the counts of spurious wakeups (SpuriousLog.report()), indicating the class and operation that suffered.
One2OneChannelRead - Static variable in class jcsp.lang.SpuriousLog
This indexes the counts of spurious wakeups (SpuriousLog.getSpuriousWakeUpCounts()), indicating the class and operation that suffered.
One2OneChannelWrite - Static variable in class jcsp.lang.SpuriousLog
This indexes the counts of spurious wakeups (SpuriousLog.report()), indicating the class and operation that suffered.
One2OneChannelXRead - Static variable in class jcsp.lang.SpuriousLog
This indexes the counts of spurious wakeups (SpuriousLog.getSpuriousWakeUpCounts()), indicating the class and operation that suffered.
One2OneChannelXWrite - Static variable in class jcsp.lang.SpuriousLog
This indexes the counts of spurious wakeups (SpuriousLog.report()), indicating the class and operation that suffered.
Or - class jcsp.plugNplay.Or.
Bitwise ors two Integer streams to one stream.
Or(ChannelInput, ChannelInput, ChannelOutput) - Constructor for class jcsp.plugNplay.Or
Construct a new Or process with the input Channels in1 and in2 and the output Channel out.
OrInt - class jcsp.plugNplay.ints.OrInt.
Bitwise ors two integer streams to one stream.
OrInt(ChannelInputInt, ChannelInputInt, ChannelOutputInt) - Constructor for class jcsp.plugNplay.ints.OrInt
Construct a new OrInt process with the input Channels in0 and in1 and the output Channel out.
OverFlowingBuffer - class jcsp.util.OverFlowingBuffer.
This is used to create a buffered object channel that always accepts input, discarding its last entered data if full.
OverFlowingBuffer(int) - Constructor for class jcsp.util.OverFlowingBuffer
Construct a new OverFlowingBuffer with the specified size.
OverFlowingBufferInt - class jcsp.util.ints.OverFlowingBufferInt.
This is used to create a buffered integer channel that always accepts input, discarding its last entered data if full.
OverFlowingBufferInt(int) - Constructor for class jcsp.util.ints.OverFlowingBufferInt
Construct a new OverFlowingBufferInt with the specified size.
OverWriteOldestBuffer - class jcsp.util.OverWriteOldestBuffer.
This is used to create a buffered object channel that always accepts input, overwriting its oldest data if full.
OverWriteOldestBuffer(int) - Constructor for class jcsp.util.OverWriteOldestBuffer
Construct a new OverWriteOldestBuffer with the specified size.
OverWriteOldestBufferInt - class jcsp.util.ints.OverWriteOldestBufferInt.
This is used to create a buffered integer channel that always accepts input, overwriting its oldest data if full.
OverWriteOldestBufferInt(int) - Constructor for class jcsp.util.ints.OverWriteOldestBufferInt
Construct a new OverWriteOldestBufferInt with the specified size.
OverWritingBuffer - class jcsp.util.OverWritingBuffer.
This is used to create a buffered object channel that always accepts input, overwriting its last entered data if full.
OverWritingBuffer(int) - Constructor for class jcsp.util.OverWritingBuffer
Construct a new OverWritingBuffer with the specified size.
OverWritingBufferInt - class jcsp.util.ints.OverWritingBufferInt.
This is used to create a buffered integer channel that always accepts input, overwriting its last entered data if full.
OverWritingBufferInt(int) - Constructor for class jcsp.util.ints.OverWritingBufferInt
Construct a new OverWritingBufferInt with the specified size.

CSP for Java
(JCSP) 1.0-rc7
A B C D E F G H I J M N O P R S T U V W X Z
Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.0-rc7 of the JCSP API Specification (Copyright 1997-2006 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.