Uses of Interface
org.figure8.join.services.remoting.AuthenticatedService

Packages that use AuthenticatedService
org.figure8.join.services.remoting   
org.figure8.join.services.remoting.services   
org.figure8.join.services.scripting.ant.tasks   
 

Uses of AuthenticatedService in org.figure8.join.services.remoting
 

Subinterfaces of AuthenticatedService in org.figure8.join.services.remoting
 interface ArtifactService
          Remote service interface definition.
 interface CronService
          Remote service interface definition.
 interface MessagingService
          Remote service interface definition.
 interface ParameterService
          Remote service interface definition.
 interface ProcessControlService
          Remote service interface definition.
 interface ReportingService
          Remote service interface definition.
 interface ResourceService
          Remote service interface definition.
 

Uses of AuthenticatedService in org.figure8.join.services.remoting.services
 

Classes in org.figure8.join.services.remoting.services that implement AuthenticatedService
 class AbstractAuthenticatedService
          Abstract implementation of AuthenticatedService that can be used as a base class for implementation of AuthenticatedService extensions.
 class ArtifactServiceImpl
          This is the default implementation of ArtifactService
 class CronServiceImpl
          This is the default implementation of CronService.
 class MessagingServiceImpl
          This is the default implementation of MessagingService.
 class ParameterServiceImpl
          This is the default implementation of ParameterService
 class ProcessControlServiceImpl
          This is the default implementation of ProcessControlService
 class ReportingServiceImpl
          This is the default implementation of ReportingService.
 class ResourceServiceImpl
          This is the default implementation of ResourceService
 

Uses of AuthenticatedService in org.figure8.join.services.scripting.ant.tasks
 

Methods in org.figure8.join.services.scripting.ant.tasks that return AuthenticatedService
protected  AuthenticatedService RemoteServiceTask.retrieveRemoteService(java.lang.String name, java.lang.Class serviceClass)
          Retrieve a remote AuthenticatedService using a connection url.
 

Methods in org.figure8.join.services.scripting.ant.tasks with parameters of type AuthenticatedService
protected  java.lang.String RemoteServiceTask.loginToRemoteService(AuthenticatedService service)
          Log to remote service if necessary before starting working with it.
protected  void RemoteServiceTask.releaseRemoteService(AuthenticatedService service, java.lang.String token)
          Release the connection onto remote authenticated service.
 



Copyright © 2005-2008 Join. All Rights Reserved.