Package org.jcsp.lang
Interface ChannelInternalsInt
-
- All Known Implementing Classes:
Any2AnyChannelIntImpl,Any2AnyIntImpl,Any2OneChannelIntImpl,Any2OneIntImpl,BufferedAny2AnyChannelIntImpl,BufferedAny2OneChannelIntImpl,BufferedOne2AnyChannelIntImpl,BufferedOne2OneChannelIntImpl,One2AnyChannelIntImpl,One2AnyIntImpl,One2OneChannelIntImpl,PoisonableAny2AnyChannelIntImpl,PoisonableAny2OneChannelIntImpl,PoisonableBufferedAny2AnyChannelInt,PoisonableBufferedAny2OneChannelInt,PoisonableBufferedOne2AnyChannelInt,PoisonableBufferedOne2OneChannelInt,PoisonableOne2AnyChannelIntImpl,PoisonableOne2OneChannelIntImpl
interface ChannelInternalsInt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendRead()intread()booleanreaderDisable()booleanreaderEnable(Alternative alt)booleanreaderPending()voidreaderPoison(int strength)intstartRead()voidwrite(int obj)voidwriterPoison(int strength)
-
-
-
Method Detail
-
read
int read()
-
write
void write(int obj)
-
startRead
int startRead()
-
endRead
void endRead()
-
readerEnable
boolean readerEnable(Alternative alt)
-
readerDisable
boolean readerDisable()
-
readerPending
boolean readerPending()
-
readerPoison
void readerPoison(int strength)
-
writerPoison
void writerPoison(int strength)
-
-