Uses of Interface
org.globus.cog.abstraction.interfaces.Service

Packages that use Service
org.globus.cog.abstraction.impl.common.task   
org.globus.cog.abstraction.impl.file   
org.globus.cog.abstraction.impl.fileTransfer   
org.globus.cog.abstraction.interfaces   
 

Uses of Service in org.globus.cog.abstraction.impl.common.task
 

Classes in org.globus.cog.abstraction.impl.common.task that implement Service
 class ExecutionServiceImpl
           
 class ServiceImpl
           
 

Methods in org.globus.cog.abstraction.impl.common.task that return Service
 Service TaskImpl.removeService(int index)
           
 Service TaskImpl.getService(int index)
           
 

Methods in org.globus.cog.abstraction.impl.common.task with parameters of type Service
 void TaskImpl.setService(int index, Service service)
           
 void TaskImpl.addService(Service service)
           
 

Uses of Service in org.globus.cog.abstraction.impl.file
 

Methods in org.globus.cog.abstraction.impl.file with parameters of type Service
 FileResource FileResourceCache.getResource(Service service)
           
protected  FileResource CachingDelegatedFileOperationHandler.getResource(Service service)
           
 

Uses of Service in org.globus.cog.abstraction.impl.fileTransfer
 

Methods in org.globus.cog.abstraction.impl.fileTransfer with parameters of type Service
protected  void DelegatedFileTransferHandler.transferUsingFileResources(Service sourceService, Service destinationService)
           
protected  FileResource DelegatedFileTransferHandler.startResource(Service service)
           
protected  FileResource CachingDelegatedFileTransferHandler.startResource(Service service)
           
 

Uses of Service in org.globus.cog.abstraction.interfaces
 

Subinterfaces of Service in org.globus.cog.abstraction.interfaces
 interface ExecutionService
           
 

Methods in org.globus.cog.abstraction.interfaces that return Service
 Service Task.removeService(int index)
          Removes the Servicefrom the given position in the ordered list of Grid services.
 Service Task.getService(int index)
          Returns the Serviceat the given index of the ordered list of services
 

Methods in org.globus.cog.abstraction.interfaces with parameters of type Service
 void Task.setService(int index, Service service)
          Sets one of the Servicerequired to execute this task.
 void Task.addService(Service service)
          Adds the Serviceto the tail of the ordered list of services.