Uses of Class
org.jcsp.net.ServiceSettings

Packages that use ServiceSettings
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
 boolean 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 ServiceSettings
 boolean 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 the CNSService.
 

Uses of ServiceSettings in org.jcsp.net.dynamic
 

Methods in org.jcsp.net.dynamic with parameters of type ServiceSettings
 boolean 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 ServiceSettings
 boolean SimpleSecurityAuthority.init(ServiceSettings s)
          Initializes the service, setting a current user and the list of permitted users from the XML configuration file.
 



Copyright © 1996-2012. All Rights Reserved.