|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SharedConnectionClient
Defines an interface for a client end of a connection that can be shared by multiple clients.
This object cannot itself be shared between concurrent processes
but duplicate objects can be generated that can be used by
multiple concurrent processes. This can be achieved using
the
method.
duplicate()
See
for a fuller explanation
of how to use connection client objects.
ConnectionClient
Method Summary | |
---|---|
SharedConnectionClient |
duplicate()
Returns a duplicates SharedConnectionClient object
which may be used by another process to this instance. |
Methods inherited from interface org.jcsp.lang.ConnectionClient |
---|
isOpen, reply, request |
Method Detail |
---|
SharedConnectionClient duplicate()
SharedConnectionClient
object
which may be used by another process to this instance.
SharedConnectionClient
object.
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |