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 ServiceServiceManager. getService(String name)Returns theServiceobject of the service with the specified name.Methods in org.jcsp.net with parameters of type Service Modifier and Type Method Description booleanServiceManager. 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 Service Modifier and Type Class Description classCNSThis class is the Channel Name Server's main server process class.classCNSServiceThis 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 classDynamicClassLoaderA 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 interfaceSecurityServiceDefines the actual interface combining service administration and user control methods.Classes in org.jcsp.net.security that implement Service Modifier and Type Class Description classSimpleSecurityAuthorityProvides a basic security authority based on unique names.
-