|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jcsp.net.NetConnection
public class NetConnection
This class provides static methods for constructing
NetConnectionServer
and NetConnectionClient
objects.
The methods provided are equivalent to the methods defined in
.
NetConnectionFactory
Constructor Summary | |
---|---|
NetConnection()
|
Method Summary | |
---|---|
static NetSharedAltingConnectionClient |
createAny2Net(NetChannelLocation serverLoc)
|
static NetSharedConnectionServer |
createNet2Any()
|
static org.jcsp.net.NetAltingConnectionServer |
createNet2One()
|
static NetAltingConnectionClient |
createOne2Net(NetChannelLocation serverLoc)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetConnection()
Method Detail |
---|
public static org.jcsp.net.NetAltingConnectionServer createNet2One()
NetConnectionFactory.createNet2One()
public static NetSharedConnectionServer createNet2Any()
NetConnectionFactory.createNet2Any()
public static NetAltingConnectionClient createOne2Net(NetChannelLocation serverLoc)
NetConnectionFactory.createOne2Net(NetChannelLocation)
public static NetSharedAltingConnectionClient createAny2Net(NetChannelLocation serverLoc)
NetConnectionFactory.createAny2Net(NetChannelLocation)
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |