Uses of Interface
org.jcsp.net.Service

Packages that use Service
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
 Service ServiceManager.getService(String name)
           Returns the Service object of the service with the specified name.
 

Methods in org.jcsp.net with parameters of type Service
 boolean ServiceManager.installService(Service service, String name)
          Installs a Service object as a service in this ServiceManager.
 

Uses of Service in org.jcsp.net.cns
 

Classes in org.jcsp.net.cns that implement Service
 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
 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
 interface SecurityService
          Defines the actual interface combining service administration and user control methods.
 

Classes in org.jcsp.net.security that implement Service
 class SimpleSecurityAuthority
          Provides a basic security authority based on unique names.
 



Copyright © 1996-2012. All Rights Reserved.