|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQSYSSubSystemCommandExecutionProperties
This interface encapsulates common command execution properties that all iSeries subsystems support. The properties relate to remote QSYS command execution, including compile actions and user actions. These properties are physically persisted/computed in but one of the subsystems, but through the use of this interface, are magically made available to all subsystems.
Given any iSeries subsystem that implements IISeriesSubSystem, an
object implementing this interface is available by calling
com.ibm.etools.iseries.core.IISeriesSubSystem#getCommandExecutionProperties()
com.ibm.etools.iseries.core.IISeriesSubSystem
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
boolean |
getCompileInBatch()
Command Execution property (like PDM's F18). |
String |
getJobDescription()
Command Execution property (like PDM's F18). |
String |
getObjectLibrary()
Command Execution property (like PDM's F18). |
boolean |
getReplaceObject()
Command Execution property (like PDM's F18). |
boolean |
getRunInBatch()
Command Execution property (like PDM's F18). |
String |
getSBMJOBParms()
Command Execution property (like PDM's F18). |
Field Detail |
---|
static final String Copyright
Method Detail |
---|
String getObjectLibrary()
String getJobDescription()
boolean getReplaceObject()
boolean getCompileInBatch()
boolean getRunInBatch()
String getSBMJOBParms()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |