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 theServiceobject of the service with the specified name.Methods in org.jcsp.net with parameters of type ServiceModifier and TypeMethodDescriptionbooleanServiceManager.installService(Service service, String name) Installs aServiceobject as a service in thisServiceManager. -
Uses of Service in org.jcsp.net.cns
Classes in org.jcsp.net.cns that implement ServiceModifier and TypeClassDescriptionclassThis class is the Channel Name Server's main server process class.classThis 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 TypeClassDescriptionclassA 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 TypeInterfaceDescriptioninterfaceDefines the actual interface combining service administration and user control methods.Classes in org.jcsp.net.security that implement ServiceModifier and TypeClassDescriptionclassProvides a basic security authority based on unique names.