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 Details

    • 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)