|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
IISeriesSubSystem.getCommandExecutionProperties()
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 |
public static final String Copyright
Method Detail |
public String getObjectLibrary()
public String getJobDescription()
public boolean getReplaceObject()
public boolean getCompileInBatch()
public boolean getRunInBatch()
public String getSBMJOBParms()
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |