|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.comm.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(com.ibm.etools.systems.model.SystemConnection connection,
com.ibm.etools.systems.core.messages.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(com.ibm.etools.systems.model.SystemConnection connection)
Get an instance of this class for the Interactive job busy dialog |
static InteractiveJobSystemMessageHelper |
getInteractiveJobNotAvailableHelper(com.ibm.etools.systems.model.SystemConnection 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(com.ibm.etools.systems.model.SystemConnection connection, com.ibm.etools.systems.core.messages.SystemMessage message, String[] buttons)
Method Detail |
public void run()
run
in interface Runnable
Runnable.run()
public int getButtonPressedId()
public static InteractiveJobSystemMessageHelper getInteractiveJobNotAvailableHelper(com.ibm.etools.systems.model.SystemConnection connection)
public static InteractiveJobSystemMessageHelper getInteractiveJobBusyHelper(com.ibm.etools.systems.model.SystemConnection connection)
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |