Uses of Interface
org.jcsp.net.ServiceUserObject

Packages that use ServiceUserObject
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 ServiceUserObject in org.jcsp.net
 

Methods in org.jcsp.net that return ServiceUserObject
 ServiceUserObject Node.getServiceUserObject(String name)
           Obtains a ServiceUserObject from a named Service and returns a reference to it.
 ServiceUserObject Service.getUserObject()
          Obtains a ServiceUserObject from a Service.
 

Uses of ServiceUserObject in org.jcsp.net.cns
 

Methods in org.jcsp.net.cns that return ServiceUserObject
 ServiceUserObject CNS.getUserObject()
          Returns a null reference as this method has no use with this service.
 ServiceUserObject CNSService.getUserObject()
          This returns a ServiceUserObject which implements the Resolver interface.
 

Uses of ServiceUserObject in org.jcsp.net.dynamic
 

Classes in org.jcsp.net.dynamic that implement ServiceUserObject
 class DynamicClassLoader.DynamicClassLoaderUserObject
          User interface to obtain the TX and RX filters from the service once it has been started.
 

Methods in org.jcsp.net.dynamic that return ServiceUserObject
 ServiceUserObject DynamicClassLoader.getUserObject()
          Returns the service user object.
 

Uses of ServiceUserObject in org.jcsp.net.security
 

Subinterfaces of ServiceUserObject in org.jcsp.net.security
 interface SecurityAuthority
          Defines the service for dealing with authenticating users via a challenge/response scheme.
 interface SecurityService
          Defines the actual interface combining service administration and user control methods.
 

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

Methods in org.jcsp.net.security that return ServiceUserObject
 ServiceUserObject SimpleSecurityAuthority.getUserObject()
          Returns the authority interface for this service.
 



Copyright © 1996-2012. All Rights Reserved.