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
Modifier and TypeMethodDescriptionvoid
endRead()
int
read()
boolean
boolean
readerEnable
(Alternative alt) boolean
void
readerPoison
(int strength) int
void
write
(int obj) void
writerPoison
(int strength)
-
Method Details
-
read
int read() -
write
void write(int obj) -
startRead
int startRead() -
endRead
void endRead() -
readerEnable
-
readerDisable
boolean readerDisable() -
readerPending
boolean readerPending() -
readerPoison
void readerPoison(int strength) -
writerPoison
void writerPoison(int strength)
-