Uses of Class
org.jcsp.net.cns.CNSService
Packages that use CNSService
Package
Description
This package contains the files specifically for the
JCSP.NET Channel Name Service (CNS).
-
Uses of CNSService in org.jcsp.net.cns
Fields in org.jcsp.net.cns declared as CNSServiceModifier and TypeFieldDescriptionprivate final CNSService
CNSService.outerObject
(package private) static CNSService
CNSService.staticServiceRef
Reference used by static methods of CNS class.Methods in org.jcsp.net.cns that return CNSServiceModifier and TypeMethodDescriptionstatic CNSService
CNSService.install
(NodeKey key, NodeAddressID cnsAddress) Installs and starts a Channel Name Server client service on the local Node.static CNSService
CNSService.install
(NodeKey key, NodeAddressID cnsAddress, String serviceName) Installs and starts a Channel Name Server client service on the local Node.Constructors in org.jcsp.net.cns with parameters of type CNSServiceModifierConstructorDescription(package private)
CNSNetChannelLocation
(NetChannelLocation locToClone, String name, NameAccessLevel accessLevel, CNSService cnsService, String cnsServiceName)