Uses of Class
org.jcsp.net.cns.CNSService
-
Packages that use CNSService Package Description org.jcsp.net.cns 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 CNSService Modifier and Type Field Description private 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 CNSService Modifier and Type Method Description static 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, java.lang.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 CNSService Constructor Description CNSNetChannelLocation(NetChannelLocation locToClone, java.lang.String name, NameAccessLevel accessLevel, CNSService cnsService, java.lang.String cnsServiceName)
-