Uses of Class
org.jcsp.net.ServiceSettings
-
Packages that use ServiceSettings Package Description org.jcsp.net This is main package for JCSP.NET.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.org.jcsp.net.security This package contains the files specifically for link security implementing various authentication schemes. -
-
Uses of ServiceSettings in org.jcsp.net
Methods in org.jcsp.net with parameters of type ServiceSettings Modifier and Type Method Description booleanService. init(ServiceSettings settings)Initialize the service with the specified service settings.booleanServiceManager. installService(ServiceSettings settings, Class serviceClass)Installs a service as specified by its class and a set of settings. -
Uses of ServiceSettings in org.jcsp.net.cns
Methods in org.jcsp.net.cns with parameters of type ServiceSettings Modifier and Type Method Description booleanCNS. init(ServiceSettings settings)This method does not need to be called for the Channel Name Server.booleanCNSService. init(ServiceSettings settings)Initializes the this instance of theCNSService. -
Uses of ServiceSettings in org.jcsp.net.dynamic
Methods in org.jcsp.net.dynamic with parameters of type ServiceSettings Modifier and Type Method Description booleanDynamicClassLoader. init(ServiceSettings settings)Initializes the dynamic loader service. -
Uses of ServiceSettings in org.jcsp.net.security
Methods in org.jcsp.net.security with parameters of type ServiceSettings Modifier and Type Method Description booleanSimpleSecurityAuthority. init(ServiceSettings s)Initializes the service, setting a current user and the list of permitted users from the XML configuration file.
-