|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.enderak.procol.common.util.ErrorHandler
Handles error messages
| Constructor Summary | |
ErrorHandler()
Creates a new error handler |
|
| Method Summary | |
void |
addErrorMessage(ProColIncomingMessage message)
Adds and error message to the queue and tells handler there is a message waiting |
void |
handleMessage(ProColIncomingMessage message)
Empty, should be overridden by subclasses to actually do something with the error messages |
void |
run()
Main processing method for the ErrorHandler object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ErrorHandler()
| Method Detail |
public void addErrorMessage(ProColIncomingMessage message)
message - The messagepublic void run()
run in interface java.lang.Runnablepublic void handleMessage(ProColIncomingMessage message)
message - The message to handle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||