|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.subsystems.qsys.api.QSYSRSEInteractiveJob
public class QSYSRSEInteractiveJob
This class represents an interactive job associated with an RSE iSeries connection. In addition to the job attributes available from the ISeriesJob superclass this class provides API's for running commands / programs in the interactive job.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
QSYSRSEInteractiveJob(IQSYSJob job,
IBMiConnection connection)
ISeriesRSEInteractiveJob constructor |
Method Summary | |
---|---|
String |
getFullJobName()
Return the fully qualified iSeries job name in the format: jobNumber/userName/jobName |
String |
getFullJobNameInReverseOrder()
Return the fully qualified iSeries job name in the format: jobNumber/userName/jobName |
SystemMessage |
runCommand(String command)
Run the specified command. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
Constructor Detail |
---|
public QSYSRSEInteractiveJob(IQSYSJob job, IBMiConnection connection)
Method Detail |
---|
public SystemMessage runCommand(String command)
command,
- The command to be run in the interactive job.
public String getFullJobName()
Same as getAbsoluteName().
public String getFullJobNameInReverseOrder()
Same as getAbsoluteName().
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |