|
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 AbstractService com.ibm.etools.iseries.services.qsys.QSYSAbstractService com.ibm.etools.iseries.services.qsys.commands.QSYSCommandService
public class QSYSCommandService
RSE service for access to the IBM i native file system (QSYS).
Field Summary | |
---|---|
static String |
copyright
|
static String |
UTF8ENCODING
|
Fields inherited from class com.ibm.etools.iseries.services.qsys.QSYSAbstractService |
---|
sessionProvider |
Constructor Summary | |
---|---|
QSYSCommandService(IToolboxSessionProvider toolboxProvider)
Constructor |
Method Summary | |
---|---|
void |
associateIJob(String dataQName,
IQSYSInteractiveJobStatusMonitor interactiveJobStatusMonitor)
|
int |
debugReleaseHeldJob(String qualifiedJobName,
String messageQueue,
String messageKey)
|
com.ibm.etools.iseries.services.qsys.internal.QSYSDebugHoldJobInfo |
debugSpawnAndHoldCommnad(String destinationName,
String programName,
String programParameters)
|
int |
getDebugRouterPortNumberCommand()
Get the port number that debug router is going to listen on |
IFSFile |
getNewFile(String prefix,
String suffix)
getNewFile() - determine a file name that does not exist in the user preferences directory |
String |
getUserPreferencesIFSDirectory()
getUserPreferencesIFSDirectory() - returns directory on IFS where to store user settings |
Object[] |
handleCommand(String name,
String commandString,
String[] parameters,
IQSYSBatchCommandMonitor commandMonitor)
|
Object[] |
releaseIJob(String dataQName)
|
void |
removeJobWatchers()
|
Object[] |
spawnMultithreadedProgram(String command,
boolean withHelp,
IQSYSBatchCommandMonitor commandMonitor)
|
Methods inherited from class com.ibm.etools.iseries.services.qsys.QSYSAbstractService |
---|
handleError |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String copyright
public static final String UTF8ENCODING
Constructor Detail |
---|
public QSYSCommandService(IToolboxSessionProvider toolboxProvider)
toolboxProvider
- Method Detail |
---|
public Object[] handleCommand(String name, String commandString, String[] parameters, IQSYSBatchCommandMonitor commandMonitor)
public int getDebugRouterPortNumberCommand()
public IFSFile getNewFile(String prefix, String suffix)
String
- prefixString
- suffix
public String getUserPreferencesIFSDirectory()
public void associateIJob(String dataQName, IQSYSInteractiveJobStatusMonitor interactiveJobStatusMonitor)
public Object[] releaseIJob(String dataQName)
public com.ibm.etools.iseries.services.qsys.internal.QSYSDebugHoldJobInfo debugSpawnAndHoldCommnad(String destinationName, String programName, String programParameters)
public Object[] spawnMultithreadedProgram(String command, boolean withHelp, IQSYSBatchCommandMonitor commandMonitor)
public int debugReleaseHeldJob(String qualifiedJobName, String messageQueue, String messageKey)
public void removeJobWatchers()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |