org.jcsp.net
public class UnacknowledgedNetChannelEndFactory extends StandardNetChannelEndFactory
Constructor and Description |
---|
UnacknowledgedNetChannelEndFactory()
Creates a new factory object.
|
Modifier and Type | Method and Description |
---|---|
NetSharedChannelOutput |
createAny2Net(NetChannelLocation loc)
Creates an unacknowledged output channel end suitable for use by multiple writers.
|
NetChannelOutput |
createOne2Net(NetChannelLocation loc)
Creates an unacknowledged output channel end suitable for use by a single writer.
|
createNet2Any, createNet2Any, createNet2Any, createNet2Any, createNet2One, createNet2One, createNet2One, createNet2One, getDefaultInstance
public UnacknowledgedNetChannelEndFactory()
public NetChannelOutput createOne2Net(NetChannelLocation loc)
createOne2Net
in interface NetChannelEndFactory
createOne2Net
in class StandardNetChannelEndFactory
loc
- address of the input channel end to connect to.NetChannelOutput
object.NetChannelEndFactory.createOne2Net(NetChannelLocation)
public NetSharedChannelOutput createAny2Net(NetChannelLocation loc)
createAny2Net
in interface NetChannelEndFactory
createAny2Net
in class StandardNetChannelEndFactory
loc
- address of the input channel end to connect to.NetSharedChannelOutput
object.NetChannelEndFactory.createAny2Net(NetChannelLocation)
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.