org.jcsp.lang
PoisonException
. It remains only because it is used by some of the networking features.public interface RejectableChannelOutput extends ChannelOutput
reject
instead of read
on the input channel end.Modifier and Type | Method and Description |
---|---|
void |
write(Object o)
Deprecated.
Writes data over the channel.
|
poison
void write(Object o) throws ChannelDataRejectedException
write
in interface ChannelOutput
o
- an object to write over the channel.ChannelDataRejectedException
- if the reader rejects the data instead of reading it from the channel.Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 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.