Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.actions
Class QSYSRemoteServerRACAction

java.lang.Object
  extended by SystemCascadingRemoteServerBaseAction
      extended by com.ibm.etools.iseries.rse.ui.actions.QSYSBaseRemoteServerAction
          extended by com.ibm.etools.iseries.rse.ui.actions.QSYSRemoteServerRACAction

public class QSYSRemoteServerRACAction
extends QSYSBaseRemoteServerAction

This action appears under the Remote Servers Action, and is labeled Remote Agent Controller. It allows the user to start and stop the RAC server.


Field Summary
static String copyright
           
static String DEFAULT_STRRAC_SBMJOBCMD
           
 
Fields inherited from class com.ibm.etools.iseries.rse.ui.actions.QSYSBaseRemoteServerAction
job, returnedMessages, SBMJOB, selectedConnection
 
Constructor Summary
QSYSRemoteServerRACAction(Shell shell)
          Constructor.
 
Method Summary
protected  String getJobName()
          Overridden from parent.
protected  String getJobSubSystem()
          Return the subsystem the job runs in, if you know it.
protected  String getStartServerCommand()
          Overridable parent method to return the SBMJOB command to be submitted to start this server
 
Methods inherited from class com.ibm.etools.iseries.rse.ui.actions.QSYSBaseRemoteServerAction
getISeriesConnection, getISeriesJob, getMessages, getStopServerCommand, isServerStarted, isServerStarted, shouldEnable, startServer, stopServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

DEFAULT_STRRAC_SBMJOBCMD

public static final String DEFAULT_STRRAC_SBMJOBCMD
See Also:
Constant Field Values
Constructor Detail

QSYSRemoteServerRACAction

public QSYSRemoteServerRACAction(Shell shell)
Constructor.

Parameters:
shell - Shell of parent window, used as the parent for the dialog. Can be null, but be sure to call setParent before the action is used (ie, run).
Method Detail

getStartServerCommand

protected String getStartServerCommand()
Overridable parent method to return the SBMJOB command to be submitted to start this server

Specified by:
getStartServerCommand in class QSYSBaseRemoteServerAction

getJobName

protected String getJobName()
Overridden from parent. Return the job name to test if active, in order to determine if the server is started or not. This is just the name, to which * will be appended for each of the job number and user ID. We return "RASTART".

Specified by:
getJobName in class QSYSBaseRemoteServerAction

getJobSubSystem

protected String getJobSubSystem()
Return the subsystem the job runs in, if you know it. Else return null. We return null

Specified by:
getJobSubSystem in class QSYSBaseRemoteServerAction

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.