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 TypeMethodDescriptionboolean
Service.init
(ServiceSettings settings) Initialize the service with the specified service settings.boolean
ServiceManager.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 TypeMethodDescriptionboolean
CNS.init
(ServiceSettings settings) This method does not need to be called for the Channel Name Server.boolean
CNSService.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 TypeMethodDescriptionboolean
DynamicClassLoader.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 TypeMethodDescriptionboolean
SimpleSecurityAuthority.init
(ServiceSettings s) Initializes the service, setting a current user and the list of permitted users from the XML configuration file.