Package org.jcsp.lang

Interface SharedConnectionClient<T>

    • Method Detail

      • duplicate

        SharedConnectionClient<T> duplicate()
        Returns a duplicates SharedConnectionClient object which may be used by another process to this instance.
        Returns:
        a duplicate SharedConnectionClient object.