org.globus.cog.abstraction.impl.common.task
Class ExecutionServiceImpl
java.lang.Object
org.globus.cog.abstraction.impl.common.task.ServiceImpl
org.globus.cog.abstraction.impl.common.task.ExecutionServiceImpl
- All Implemented Interfaces:
- ExecutionService, Service
- public class ExecutionServiceImpl
- extends ServiceImpl
- implements ExecutionService
| 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 interface org.globus.cog.abstraction.interfaces.Service |
getAllAttributes, getAttribute, getIdentity, getName, getProvider, getSecurityContext, getServiceContact, getType, setAttribute, setIdentity, setName, setProvider, setSecurityContext, setServiceContact, setType |
ExecutionServiceImpl
public ExecutionServiceImpl()
ExecutionServiceImpl
public ExecutionServiceImpl(String provider,
ServiceContact serviceContact,
SecurityContext securityContext)
ExecutionServiceImpl
public ExecutionServiceImpl(String provider,
ServiceContact serviceContact,
SecurityContext securityContext,
String jobManager)
setJobManager
public void setJobManager(String jobManager)
- Specified by:
setJobManager in interface ExecutionService
getJobManager
public String getJobManager()
- Specified by:
getJobManager in interface ExecutionService