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 TypeMethodDescriptionvoidendRead()intread()booleanbooleanreaderEnable(Alternative alt) booleanvoidreaderPoison(int strength) intvoidwrite(int obj) voidwriterPoison(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)
-