org.globus.cog.abstraction.impl.common.task
Class ExecutionServiceImpl

java.lang.Object
  extended byorg.globus.cog.abstraction.impl.common.task.ServiceImpl
      extended byorg.globus.cog.abstraction.impl.common.task.ExecutionServiceImpl
All Implemented Interfaces:
ExecutionService, Service

public class ExecutionServiceImpl
extends ServiceImpl
implements ExecutionService


Field Summary
 
Fields inherited from interface org.globus.cog.abstraction.interfaces.ExecutionService
FORK_JOBMANAGER, PBS_JOBMANAGER
 
Fields inherited from interface org.globus.cog.abstraction.interfaces.Service
DEFAULT_SERVICE, FILE_OPERATION, FILE_TRANSFER, FILE_TRANSFER_DESTINATION_SERVICE, FILE_TRANSFER_SOURCE_SERVICE, INFORMATION_QUERY, JOB_SUBMISSION, JOB_SUBMISSION_SERVICE
 
Constructor Summary
ExecutionServiceImpl()
           
ExecutionServiceImpl(String provider, ServiceContact serviceContact, SecurityContext securityContext)
           
ExecutionServiceImpl(String provider, ServiceContact serviceContact, SecurityContext securityContext, String jobManager)
           
 
Method Summary
 String getJobManager()
           
 void setJobManager(String jobManager)
           
 
Methods inherited from class org.globus.cog.abstraction.impl.common.task.ServiceImpl
getActiveCount, getAllAttributes, getAttribute, getCompletedCount, getFailedCount, getIdentity, getName, getProvider, getSecurityContext, getServiceContact, getType, setActiveCount, setAttribute, setCompletedCount, setFailedCount, setIdentity, setName, setProvider, setSecurityContext, setServiceContact, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.globus.cog.abstraction.interfaces.Service
getAllAttributes, getAttribute, getIdentity, getName, getProvider, getSecurityContext, getServiceContact, getType, setAttribute, setIdentity, setName, setProvider, setSecurityContext, setServiceContact, setType
 

Constructor Detail

ExecutionServiceImpl

public ExecutionServiceImpl()

ExecutionServiceImpl

public ExecutionServiceImpl(String provider,
                            ServiceContact serviceContact,
                            SecurityContext securityContext)

ExecutionServiceImpl

public ExecutionServiceImpl(String provider,
                            ServiceContact serviceContact,
                            SecurityContext securityContext,
                            String jobManager)
Method Detail

setJobManager

public void setJobManager(String jobManager)
Specified by:
setJobManager in interface ExecutionService

getJobManager

public String getJobManager()
Specified by:
getJobManager in interface ExecutionService