Class CNSChannelEndManager

java.lang.Object
org.jcsp.net.cns.CNSChannelEndManager
All Implemented Interfaces:
NamedChannelEndFactory, NamedChannelEndManager

public class CNSChannelEndManager extends Object implements NamedChannelEndManager
This class implements the NamedChannelEndManager interface; providing methods for both constructing and destroying channels. This implementation uses the standard Channel Name Server. Instances interact with a local CNSService through the use of a CNSUser object. The default constructor assumes the use of the default CNS service and obtains the reference itself. The constructor which takes a CNSUser object allows the use of an alternative CNS service. A CNSUser object can be obtained by calling a CNSService object's getUserObject() method (CNSService.getUserObject()). For further information see NamedChannelEndFactory.
Author:
Quickstone Technologies Limited
See Also: