Package org.jcsp.lang

Class Any2OneConnectionImpl<T>

java.lang.Object
org.jcsp.lang.Any2OneConnectionImpl<T>
All Implemented Interfaces:
Any2OneConnection<T>, ConnectionWithSharedAltingClient<T>

class Any2OneConnectionImpl<T> extends Object implements Any2OneConnection<T>
This class is an implementation of Any2OneConnection. Each end is safe to be used by one thread at a time.
  • Field Details

  • Constructor Details

    • Any2OneConnectionImpl

      public Any2OneConnectionImpl()
      Initializes all the attributes to necessary values. Channels are created using the static factory in the ChannelServer inteface. Constructor for One2OneConnectionImpl.
  • Method Details