|
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 SystemCascadingRemoteServerBaseAction com.ibm.etools.iseries.rse.ui.actions.QSYSBaseRemoteServerAction com.ibm.etools.iseries.rse.ui.actions.QSYSRemoteServerDebugRouterAction
public class QSYSRemoteServerDebugRouterAction
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 int |
DEFAULT_ROUTER_PORT
|
static String |
ENDDBGSVR_COMMAND
|
static String |
ROUTER_LOCATION
|
static String |
ROUTER_NAME
|
static String |
ROUTER_TYPE
|
static String |
SRVTABL_ENTRY
|
static String |
STRDBGSVR_COMMAND
|
static String |
WRKSRVTBLE_COMMAND
|
Fields inherited from class com.ibm.etools.iseries.rse.ui.actions.QSYSBaseRemoteServerAction |
---|
job, returnedMessages, SBMJOB, selectedConnection |
Constructor Summary | |
---|---|
QSYSRemoteServerDebugRouterAction(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 |
protected String |
getStopServerCommand()
Overridable parent method to return the SBMJOB command to be submitted to start this server By default we return "ENDJOB JOB(" + getISeriesJob().getFullJobName() + ") OPTION(*IMMED)" |
protected boolean |
shouldEnable(IHost connection)
Parent method override. |
boolean |
startServer()
Overridden parent method. |
boolean |
stopServer()
Overridden parent method. |
void |
systemResourceChanged(ISystemResourceChangeEvent event)
This is the method in your class that will be called when a system resource changes. |
Methods inherited from class com.ibm.etools.iseries.rse.ui.actions.QSYSBaseRemoteServerAction |
---|
getISeriesConnection, getISeriesJob, getMessages, isServerStarted, isServerStarted |
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
public static final String STRDBGSVR_COMMAND
public static final String ENDDBGSVR_COMMAND
public static final int DEFAULT_ROUTER_PORT
public static final String WRKSRVTBLE_COMMAND
public static final String SRVTABL_ENTRY
public static final String ROUTER_LOCATION
public static final String ROUTER_NAME
public static final String ROUTER_TYPE
Constructor Detail |
---|
public QSYSRemoteServerDebugRouterAction(Shell shell)
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 |
---|
protected String getStartServerCommand()
getStartServerCommand
in class QSYSBaseRemoteServerAction
protected String getStopServerCommand()
getStopServerCommand
in class QSYSBaseRemoteServerAction
public boolean startServer()
getStartServerCommand()
.
startServer
in class QSYSBaseRemoteServerAction
public boolean stopServer()
com.ibm.etools.systems.core.ui.actions.SystemRemoteServerStartAction
class
that is called when the user selects to stop this remote server/daemon.
stopServer
in class QSYSBaseRemoteServerAction
public void systemResourceChanged(ISystemResourceChangeEvent event)
ISystemResourceChangeEvent
protected String getJobName()
getJobName
in class QSYSBaseRemoteServerAction
protected String getJobSubSystem()
getJobSubSystem
in class QSYSBaseRemoteServerAction
protected boolean shouldEnable(IHost connection)
shouldEnable
in class QSYSBaseRemoteServerAction
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |