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 |
---|---|
Service |
ServiceManager.getService(java.lang.String name)
Returns the
Service object of the service with the specified name. |
Modifier and Type | Method and Description |
---|---|
boolean |
ServiceManager.installService(Service service,
java.lang.String name)
Installs a
Service object as a service in this
ServiceManager . |
Modifier and Type | Class and Description |
---|---|
class |
CNS
This class is the Channel Name Server's main server process class.
|
class |
CNSService
This class is the Channel Name Server's main client process class.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicClassLoader
A service implementation for supporting dynamic class transfer at a node.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SecurityService
Defines the actual interface combining service administration and user control methods.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleSecurityAuthority
Provides a basic security authority based on unique names.
|
Copyright © 1996–2024. All rights reserved.