org.jcsp.net
public interface NetChannelEndFactory
This interface defines methods for constructing Networked channel ends.
Modifier and Type | Method and Description |
---|---|
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. |
NetAltingChannelInput createNet2One()
Constructs a NetAltingChannelInput
object.
NetAltingChannelInput
object.NetSharedChannelInput createNet2Any()
Constructs a NetSharedChannelInput
object.
NetSharedChannelInput
object.NetChannelOutput createOne2Net(NetChannelLocation loc)
Constructs a NetChannelOutput
object.
NetChannelOutput
object.NetSharedChannelOutput createAny2Net(NetChannelLocation loc)
Constructs a NetSharedChannelOutput
object.
NetSharedChannelOutput
object.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.