com.ibm.etools.iseries.subsystems.qsys.jobs
Class QSYSRemoteJobSubSystem
java.lang.Object
com.ibm.etools.iseries.subsystems.qsys.jobs.QSYSRemoteJobSubSystem
- All Implemented Interfaces:
- IRemoteJobContextProvider
public class QSYSRemoteJobSubSystem
- extends Object
- implements IRemoteJobContextProvider
Class representing an IBM i job subsystem
copyright
public static String copyright
QSYSRemoteJobSubSystem
public QSYSRemoteJobSubSystem(String name)
getUniqueId
public String getUniqueId()
- Returns:
- the uniqueId
getAdapter
public Object getAdapter(Class adapter)
getName
public String getName()
getJobs
public List<IQSYSJob> getJobs()
resolveJobs
public List<IQSYSJob> resolveJobs()
addJob
public void addJob(IQSYSJob job)
toString
public String toString()
- Overrides:
toString
in class Object
getRemoteJobContext
public IRemoteJobContext getRemoteJobContext()
- Description copied from interface:
IRemoteJobContextProvider
- Get the remote context.
- Specified by:
getRemoteJobContext
in interface IRemoteJobContextProvider
setRemoteJobContext
public void setRemoteJobContext(IRemoteJobContext context)
- Description copied from interface:
IRemoteJobContextProvider
- Set the remote context.
- Specified by:
setRemoteJobContext
in interface IRemoteJobContextProvider
setFilters
public void setFilters(String[] filterStrings)
getGetJobCalled
public boolean getGetJobCalled()
setGetJobCalled
public void setGetJobCalled(boolean flag)
Copyright © 2011 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.