|
CSP for Java (JCSP) 1.1-rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcsp.lang.RejectableOne2OneChannel
PoisonException. It remains only because it is used by some of the networking features.
public class RejectableOne2OneChannel
This implements a one-to-one object channel
for use by a single writer and single reader. Refer to One2OneChannel for a
description of this behaviour.
Additionally, this channel supports a reject operation. The reader may call
the reject method to force any current writer to abort with a
ChannelDataRejectedException. Subsequent read and write attempts will immediately cause a
ChannelDataRejectedException.
Note that the reject operation cannot be called concurrently to a read.
| Constructor Summary | |
|---|---|
RejectableOne2OneChannel()
Deprecated. Constructs a new channel. |
|
| Method Summary | |
|---|---|
RejectableChannelInput |
in()
Deprecated. |
RejectableAltingChannelInput |
inAlt()
Deprecated. |
RejectableChannelOutput |
out()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RejectableOne2OneChannel()
| Method Detail |
|---|
public RejectableAltingChannelInput inAlt()
public RejectableChannelInput in()
in in interface RejectableChannelpublic RejectableChannelOutput out()
out in interface RejectableChannel
|
CSP for Java (JCSP) 1.1-rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||