|
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.comm.InteractiveJobSystemMessageHelper
public class InteractiveJobSystemMessageHelper
This is a specialized instance of SystemMessageDialog used with the interactive job support for iSeries systems. The dialog is displayed when the user chooses to run a program or command in the interactive job but one is not yet associated with the corresponding RSE connection (by using the CL command STRRSESVR.)
This dialog prompts the user with instructions on how to start and attach the interactive job. The dialog closes when either:
Nested Class Summary | |
---|---|
class |
InteractiveJobSystemMessageHelper.InteractiveJobSystemMessageDialog
|
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
InteractiveJobSystemMessageHelper(IHost connection,
SystemMessage message,
String[] buttons)
Constructor |
Method Summary | |
---|---|
int |
getButtonPressedId()
Return the button that was pressed, or null if no button was pressed (the dialog went away because of an event.) |
static InteractiveJobSystemMessageHelper |
getInteractiveJobBusyHelper(IHost connection)
Get an instance of this class for the Interactive job busy dialog |
static InteractiveJobSystemMessageHelper |
getInteractiveJobNotAvailableHelper(IHost connection)
Get an instance of this class for the Interactive job not available dialog |
void |
run()
|
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 InteractiveJobSystemMessageHelper(IHost connection, SystemMessage message, String[] buttons)
Method Detail |
---|
public void run()
run
in interface Runnable
Runnable.run()
public int getButtonPressedId()
public static InteractiveJobSystemMessageHelper getInteractiveJobNotAvailableHelper(IHost connection)
public static InteractiveJobSystemMessageHelper getInteractiveJobBusyHelper(IHost connection)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |