public interface IMonitor
| Modifier and Type | Field and Description |
|---|---|
static int |
CLEAR_STATE
since 8.2.2
Flag to clear the recorder status bar
|
static int |
ERROR_MSG |
static int |
INFO_MSG |
static int |
PAUSE_STATE
Flag to indicate the pause state
|
static int |
PROCESSING_STATE
Flag to indicate the processing
|
static int |
READY_STATE
Flag to indicate the Ready state
|
static int |
RQM_CONN_LOST_STATE
since 8.2.2
MTA: Flag to indicate adapter connection with RQM server is lost
|
static int |
RQM_CONN_RESTORE_STATE
since 8.2.2
MTA: Flag to indicate adapter connection with RQM server is restored
|
static int |
STOP_STATE
Flag to indicate the Stop state
|
static int |
WARNING_MSG |
| Modifier and Type | Method and Description |
|---|---|
void |
println(int msgKind,
java.lang.String message)
Print the specified message.
|
void |
println(int msgKind,
java.lang.String msg,
java.lang.Object arg0)
This method outputs a message with one parameter substitution
in the message pattern.
|
void |
println(int msgKind,
java.lang.String msg,
java.lang.Object[] args)
This method outputs a message with some number of
parameter substitutions in the message pattern.
|
void |
println(int msgKind,
java.lang.String msg,
java.lang.Object arg0,
java.lang.Object arg1)
This method outputs a message with two parameter substitutions
in the message pattern.
|
void |
println(int msgKind,
java.lang.String msg,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2)
This method outputs a message with three parameter substitutions
in the message pattern.
|
void |
println(int msgKind,
java.lang.String msg,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
This method outputs a message with four parameter substitutions
in the message pattern.
|
void |
println(int msgKind,
java.lang.String msg,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4)
This method outputs a message with five parameter substitutions
in the message pattern.
|
void |
reportError(java.lang.Object errMsg,
java.lang.Object[] details,
boolean wait)
Pause the recording session and display an error message in both the
monitor and in an error dialog.
|
void |
setMonitorState(int currentState)
To set the busy flag for the monitor.
|
static final int ERROR_MSG
static final int WARNING_MSG
static final int INFO_MSG
static final int READY_STATE
static final int STOP_STATE
static final int PAUSE_STATE
static final int PROCESSING_STATE
static final int RQM_CONN_LOST_STATE
static final int RQM_CONN_RESTORE_STATE
static final int CLEAR_STATE
void println(int msgKind,
java.lang.String message)
msgKind - The type ofmsg - The messagevoid println(int msgKind,
java.lang.String msg,
java.lang.Object[] args)
msgKind - The type ofmsg - The messageargs - The arguments used to resolve substitution
sequences the message patternvoid println(int msgKind,
java.lang.String msg,
java.lang.Object arg0)
msgKind - The type ofmsg - The messagearg0 - The zero argument used to resolve parameter
substitution in the message patternvoid println(int msgKind,
java.lang.String msg,
java.lang.Object arg0,
java.lang.Object arg1)
msgKind - The type ofmsg - The messagearg0 - The zero argument used to resolve parameter
substitution in the message patternarg1 - The one argument used to resolve parameter
substitution in the message patternvoid println(int msgKind,
java.lang.String msg,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2)
msgKind - The type ofmsg - The messagearg0 - The zero argument used to resolve parameter
substitution in the message patternarg1 - The one argument used to resolve parameter
substitution in the message patternarg2 - The two argument used to resolve parameter
substitution in the message patternvoid println(int msgKind,
java.lang.String msg,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
msgKind - The type ofmsg - The messagearg0 - The zero argument used to resolve parameter
substitution in the message patternarg1 - The one argument used to resolve parameter
substitution in the message patternarg2 - The two argument used to resolve parameter
substitution in the message patternarg3 - The three argument used to resolve parameter
substitution in the message patternvoid println(int msgKind,
java.lang.String msg,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4)
msgKind - The type ofmsg - The messagearg0 - The zero argument used to resolve parameter
substitution in the message patternarg1 - The one argument used to resolve parameter
substitution in the message patternarg2 - The two argument used to resolve parameter
substitution in the message patternarg3 - The three argument used to resolve parameter
substitution in the message patternarg4 - The four argument used to resolve parameter
substitution in the message patternvoid reportError(java.lang.Object errMsg,
java.lang.Object[] details,
boolean wait)
This should only be used for severe errors in which the record session has been compromised.
errMsg - Error messagedetails - Detailed error information.<\br>
If null, there are no detailswait - Whether to wait for the message dialog to
close before returningcom.rational.test.ft.ui.jfc.MessageDoalog#show(Object[],String,int,int,String,boolean)void setMonitorState(int currentState)
busyFlag -