|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Log event listener. Here one can listen to high level application events.
| Method Summary | |
void |
logFailureReply(String text,
String description)
Log failure reply for an request. |
void |
logFailureState(String text,
URL url,
String description)
Log failure state for URL. |
void |
logMessage(String text)
Log message. |
void |
logMessageState(String text,
URL url)
Log message state for URL. |
void |
logRequest(String text)
Log request. |
void |
logSuccessfulReply(String text)
Log successful reply for an request. |
void |
logSuccessfulState(String text,
URL url)
Log successful state for URL. |
| Method Detail |
public void logMessage(String text)
text - Message.public void logRequest(String text)
text - Request.public void logSuccessfulReply(String text)
text - Reply.
public void logFailureReply(String text,
String description)
text - Reply.description - Reason for reply.
public void logMessageState(String text,
URL url)
text - Message state.url - URL.
public void logFailureState(String text,
URL url,
String description)
text - Failure state.url - URL.description - Reason.
public void logSuccessfulState(String text,
URL url)
text - State.url - URL.
|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |