|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
PoisonException. It remains only because it is used by some of the networking features.
public interface RejectableChannelOutput
Defines an interface for a channel output end which may reject data if the reader is not prepared
to receive it and calls reject instead of read on the input channel end.
| Method Summary | |
|---|---|
void |
write(Object o)
Deprecated. Writes data over the channel. |
| Methods inherited from interface org.jcsp.lang.Poisonable |
|---|
poison |
| Method Detail |
|---|
void write(Object o)
throws ChannelDataRejectedException
write in interface ChannelOutputo - an object to write over the channel.
ChannelDataRejectedException - if the reader rejects the data instead of reading it from the channel.
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||