|
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.lang.Guard
org.jcsp.lang.AltingConnectionClient
org.jcsp.lang.AltingConnectionClientImpl
org.jcsp.net.NetAltingConnectionClient
public class NetAltingConnectionClient
Instances of this class are AltingConnectionClient
objects which connect to ConnectionServer objects
over a JCSP.NET network.
Instances of this class are not guaranteed to be safe to use
by muliple concurrent processes. See
.
NetSharedAltingConnectionClient
Instances can be constructed by using a
or by
using the NetConnectionFactory class.
NetConnection
| Method Summary | |
|---|---|
void |
destroyClient()
Destroys the client and frees any resources used in the JCSP.NET infrastructure. |
NetChannelLocation |
getChannelLocation()
Returns the location of the server. |
| Methods inherited from class org.jcsp.lang.AltingConnectionClientImpl |
|---|
claim, isOpen, release, reply, request |
| Methods inherited from class org.jcsp.lang.AltingConnectionClient |
|---|
getAltingChannel, pending, setAltingChannel |
| Methods inherited from class org.jcsp.lang.Guard |
|---|
schedule |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jcsp.lang.ConnectionClient |
|---|
isOpen, reply, request |
| Method Detail |
|---|
public NetChannelLocation getChannelLocation()
getChannelLocation in interface NetworkedNetChannelLocation
object.public void destroyClient()
destroyClient in interface NetConnectionClient
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||