Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.subsystems.qsys.jobs
Class QSYSRemoteJobSubSystem

java.lang.Object
  extended by 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


Field Summary
static String copyright
           
 
Constructor Summary
QSYSRemoteJobSubSystem(String name)
           
 
Method Summary
 void addJob(IQSYSJob job)
           
 Object getAdapter(Class adapter)
           
 boolean getGetJobCalled()
           
 List<IQSYSJob> getJobs()
           
 String getName()
           
 IRemoteJobContext getRemoteJobContext()
          Get the remote context.
 String getUniqueId()
           
 List<IQSYSJob> resolveJobs()
           
 void setFilters(String[] filterStrings)
           
 void setGetJobCalled(boolean flag)
           
 void setRemoteJobContext(IRemoteJobContext context)
          Set the remote context.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static String copyright
Constructor Detail

QSYSRemoteJobSubSystem

public QSYSRemoteJobSubSystem(String name)
Method Detail

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)

Rational Developer for Power Systems Software
V7.6

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.