Package org.jcsp.net
Interface NetConnectionClient
- All Superinterfaces:
ConnectionClient,Networked
- All Known Implementing Classes:
NetAltingConnectionClient
This interface should be implemented by classes that wish to act
as Networked
ConnectionClient objects.-
Method Summary
Modifier and TypeMethodDescriptionvoidDestroys theNetConnectionClientobject and frees any resources created within the JCSP.NET infrastructure.Methods inherited from interface org.jcsp.lang.ConnectionClient
isOpen, reply, requestMethods inherited from interface org.jcsp.net.Networked
getChannelLocation
-
Method Details
-
destroyClient
void destroyClient()Destroys theNetConnectionClientobject and frees any resources created within the JCSP.NET infrastructure.
-