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, getDefaultInstancepublic UnacknowledgedNetChannelEndFactory()
public NetChannelOutput createOne2Net(NetChannelLocation loc)
createOne2Net in interface NetChannelEndFactorycreateOne2Net in class StandardNetChannelEndFactoryloc - address of the input channel end to connect to.NetChannelOutput object.NetChannelEndFactory.createOne2Net(NetChannelLocation)public NetSharedChannelOutput createAny2Net(NetChannelLocation loc)
createAny2Net in interface NetChannelEndFactorycreateAny2Net in class StandardNetChannelEndFactoryloc - 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.