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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
boolean |
DynamicClassLoader.init(ServiceSettings settings)
Initializes the dynamic loader service.
|
Modifier and Type | Method and Description |
---|---|
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–2015. All rights reserved.