Uses of Interface
org.jcsp.net.Service
-
Packages that use Service 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. -
-
Uses of Service in org.jcsp.net
Methods in org.jcsp.net that return Service Modifier and Type Method Description Service
ServiceManager. getService(java.lang.String name)
Returns theService
object of the service with the specified name.Methods in org.jcsp.net with parameters of type Service Modifier and Type Method Description boolean
ServiceManager. installService(Service service, java.lang.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 Service Modifier and Type Class 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. -
Uses of Service in org.jcsp.net.dynamic
Classes in org.jcsp.net.dynamic that implement Service Modifier and Type Class Description class
DynamicClassLoader
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.security Modifier and Type Interface Description interface
SecurityService
Defines the actual interface combining service administration and user control methods.Classes in org.jcsp.net.security that implement Service Modifier and Type Class Description class
SimpleSecurityAuthority
Provides a basic security authority based on unique names.
-