|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface for ICommunicationsDiagnostic class
| Field Summary | |
static int |
CANCEL_WAIT_REQUESTED
|
| Method Summary | |
int |
diagnosticStatus()
diagnosticStatus |
void |
displayMessage(String id)
Dispaly a message dialog |
boolean |
isNetworkDown()
Check if network is down |
boolean |
isServerActive()
Check if host server is still active |
void |
logError(String text)
Log an error in the .log file |
void |
setUp(String id,
boolean quiet,
String server,
IConnectorService system,
String str1,
String str2,
String str3)
Setup for the diagnostic |
| Methods inherited from interface java.lang.Runnable |
run |
| Field Detail |
public static final int CANCEL_WAIT_REQUESTED
| Method Detail |
public void setUp(String id,
boolean quiet,
String server,
IConnectorService system,
String str1,
String str2,
String str3)
id - assign an ID for this diagnostic instancequiet - true if user to be prompted for a dialogserver - the host network namesystem - the connection to be investigatedstr1 - optional stringstr2 - optional stringstr3 - optional stringpublic void logError(String text)
text - message text to be loggedpublic boolean isNetworkDown()
public boolean isServerActive()
public void displayMessage(String id)
id - message to be displayed.public int diagnosticStatus()
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||