Uses of Class
org.jcsp.net.ServiceSettings
Packages that use ServiceSettings
Package
Description
This is main package for JCSP.NET.
This package contains the files specifically for the
JCSP.NET Channel Name Service (CNS).
Supports dynamic operations over the JCSP.NET infrastructure.
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 ServiceSettingsModifier and TypeMethodDescriptionbooleanService.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 ServiceSettingsModifier and TypeMethodDescriptionbooleanCNS.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 ServiceSettingsModifier and TypeMethodDescriptionbooleanDynamicClassLoader.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 ServiceSettingsModifier and TypeMethodDescriptionbooleanSimpleSecurityAuthority.init(ServiceSettings s) Initializes the service, setting a current user and the list of permitted users from the XML configuration file.