CSP for Java
(JCSP) 1.1-rc4

org.jcsp.net
Interface NetBufferedChannelEndFactory

All Known Implementing Classes:
StandardNetChannelEndFactory, UnacknowledgedNetChannelEndFactory

public interface NetBufferedChannelEndFactory

This interface defines methods for constructing buffered Networked ChannelInput objects.

Author:
Quickstone Technologies Limited

Method Summary
 NetSharedChannelInput createNet2Any(ChannelDataStore buffer)
          Constructs a NetSharedChannelInput object.
 NetAltingChannelInput createNet2One(ChannelDataStore buffer)
          Constructs a NetAltingChannelInput object.
 

Method Detail

createNet2One

NetAltingChannelInput createNet2One(ChannelDataStore buffer)
Constructs a NetAltingChannelInput object.

Parameters:
buffer - the ChannelDataStore to use as a buffer.
Returns:
the constructed NetAltingChannelInput object.

createNet2Any

NetSharedChannelInput createNet2Any(ChannelDataStore buffer)
Constructs a NetSharedChannelInput object.

Parameters:
buffer - the ChannelDataStore to use as a buffer.
Returns:
the constructed NetSharedChannelInput object.

CSP for Java
(JCSP) 1.1-rc4

Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.