CSP for Java
(JCSP) 1.1-rc4

org.jcsp.net
Interface NetChannelEndFactory

All Known Implementing Classes:
MigratableChannelEndFactory, StandardNetChannelEndFactory, UnacknowledgedNetChannelEndFactory

public interface NetChannelEndFactory

This interface defines methods for constructing Networked channel ends.

Author:
Quickstone Technologies Limited

Method Summary
 NetSharedChannelOutput createAny2Net(NetChannelLocation loc)
           Constructs a NetSharedChannelOutput object.
 NetSharedChannelInput createNet2Any()
           Constructs a NetSharedChannelInput object.
 NetAltingChannelInput createNet2One()
           Constructs a NetAltingChannelInput object.
 NetChannelOutput createOne2Net(NetChannelLocation loc)
           Constructs a NetChannelOutput object.
 

Method Detail

createNet2One

NetAltingChannelInput createNet2One()

Constructs a NetAltingChannelInput object.

Returns:
the constructed NetAltingChannelInput object.

createNet2Any

NetSharedChannelInput createNet2Any()

Constructs a NetSharedChannelInput object.

Returns:
the constructed NetSharedChannelInput object.

createOne2Net

NetChannelOutput createOne2Net(NetChannelLocation loc)

Constructs a NetChannelOutput object.

Returns:
the constructed NetChannelOutput object.

createAny2Net

NetSharedChannelOutput createAny2Net(NetChannelLocation loc)

Constructs a NetSharedChannelOutput object.

Returns:
the constructed NetSharedChannelOutput 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.