Uses of Interface
org.jcsp.net.cns.CNSUser
-
Packages that use CNSUser Package Description org.jcsp.net.cns This package contains the files specifically for the JCSP.NET Channel Name Service (CNS).org.jcsp.net.dynamic Supports dynamic operations over the JCSP.NET infrastructure. -
-
Uses of CNSUser in org.jcsp.net.cns
Classes in org.jcsp.net.cns that implement CNSUser Modifier and Type Class Description classCNSServiceThis class is the Channel Name Server's main client process class.private classCNSService.UserObjectThis class acts as a proxy for the name management methods in its outer class.Fields in org.jcsp.net.cns declared as CNSUser Modifier and Type Field Description private CNSUserCNSNetChannelLocation. cnsResolverprivate CNSUserCNSChannelEndManager. cnsUserConstructors in org.jcsp.net.cns with parameters of type CNSUser Constructor Description CNSChannelEndManager(CNSUser cnsUser) -
Uses of CNSUser in org.jcsp.net.dynamic
Fields in org.jcsp.net.dynamic declared as CNSUser Modifier and Type Field Description private CNSUserNamedMigratableChannelEndFactoryImpl. cnsUserCNS user reference.
-