public class StandardNetChannelEndFactory
A standard implementation of the JCSP.NET Networked channel factory interaces.
Constructor and description |
---|
StandardNetChannelEndFactory
() |
StandardNetChannelEndFactory
(Profile profile) Creates a factory that creates links using a given profile rather than the default one. |
Type | Name and description |
---|---|
NetSharedChannelOutput |
createAny2Net(NetChannelLocation loc) @see org.jcsp.net.NetChannelEndFactory#createAny2Net(NetChannelLocation) |
NetSharedChannelInput |
createNet2Any() @see org.jcsp.net.NetChannelEndFactory#createNet2Any() |
NetSharedChannelInput |
createNet2Any(String label) @see org.jcsp.net.NetLabelledChannelEndFactory#createNet2Any(String) |
NetSharedChannelInput |
createNet2Any(ChannelDataStore buffer) @see org.jcsp.net.NetBufferedChannelEndFactory#createNet2Any(ChannelDataStore) |
NetSharedChannelInput |
createNet2Any(String label, ChannelDataStore buffer) @see org.jcsp.net.NetLabelledBufferedChannelEndFactory#createNet2Any(String, ChannelDataStore) |
NetAltingChannelInput |
createNet2One() @see org.jcsp.net.NetChannelEndFactory#createNet2One() |
NetAltingChannelInput |
createNet2One(String label) @see org.jcsp.net.NetLabelledChannelEndFactory#createNet2One(String) |
NetAltingChannelInput |
createNet2One(ChannelDataStore buffer) @see org.jcsp.net.NetBufferedChannelEndFactory#createNet2One(ChannelDataStore) |
NetAltingChannelInput |
createNet2One(String label, ChannelDataStore buffer) @see org.jcsp.net.NetLabelledBufferedChannelEndFactory#createNet2One(String, ChannelDataStore) |
NetChannelOutput |
createOne2Net(NetChannelLocation loc) @see org.jcsp.net.NetChannelEndFactory#createOne2Net(NetChannelLocation) |
static StandardNetChannelEndFactory |
getDefaultInstance() |
Creates a factory that creates links using a given profile rather than the default one.
JCSP for Java 1.8 generated 14-10-2016 by Jon Kerridge, Edinburgh Napier University - j dot kerridge at napier dot ac dot uk