Uses of Interface
org.jcsp.net.Service
Packages that use Service
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 Service in org.jcsp.net
Methods in org.jcsp.net that return ServiceModifier and TypeMethodDescriptionServiceManager.getService
(String name) Returns theService
object of the service with the specified name.Methods in org.jcsp.net with parameters of type ServiceModifier and TypeMethodDescriptionboolean
ServiceManager.installService
(Service service, String name) Installs aService
object as a service in thisServiceManager
. -
Uses of Service in org.jcsp.net.cns
Classes in org.jcsp.net.cns that implement ServiceModifier and TypeClassDescriptionclass
This class is the Channel Name Server's main server process class.class
This class is the Channel Name Server's main client process class. -
Uses of Service in org.jcsp.net.dynamic
Classes in org.jcsp.net.dynamic that implement ServiceModifier and TypeClassDescriptionclass
A service implementation for supporting dynamic class transfer at a node. -
Uses of Service in org.jcsp.net.security
Subinterfaces of Service in org.jcsp.net.securityModifier and TypeInterfaceDescriptioninterface
Defines the actual interface combining service administration and user control methods.Classes in org.jcsp.net.security that implement ServiceModifier and TypeClassDescriptionclass
Provides a basic security authority based on unique names.