|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICommunicationsDiagnostic
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 |
---|
static final int CANCEL_WAIT_REQUESTED
Method Detail |
---|
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 stringvoid logError(String text)
text
- message text to be loggedboolean isNetworkDown()
boolean isServerActive()
void displayMessage(String id)
id
- message to be displayed.int diagnosticStatus()
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |