Package org.jcsp.util


package org.jcsp.util
  • Class
    Description
    This is used to create a buffered object channel that never loses data.
    This is thrown if an attempt is made to create some variety of buffered channel with a zero or negative sized buffer.
    This is the interface for object channel plug-ins that define their buffering characteristics.
    This is used to create a buffered object channel that always accepts and never loses any input.
    This is used to create a buffered object channel that always accepts input, discarding its last entered data if full.
    This is used to create a buffered object channel that always accepts input, overwriting its oldest data if full.
    This is used to create a buffered object channel that always accepts input, overwriting its last entered data if full.
    This is used to create a zero-buffered object channel that never loses data.