|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
asynchFailure(String error,
Throwable e)
Report a connection failure |
void |
close()
Handle closedown, this maybe invoked many times due to an explicit close and/or a connection failure. |
void |
handleMsg(BaseMsg msg)
Handle the message |
void |
onStreamNotification(Object stream,
int size)
Handle a stream notification |
Method Detail |
public void handleMsg(BaseMsg msg) throws Exception
msg
- the message to handler
Exception
- for any errorpublic void onStreamNotification(Object stream, int size)
onStreamNotification
in interface org.jboss.util.stream.StreamListener
stream
- the streamsize
- the bytes since the last notificationpublic void asynchFailure(String error, Throwable e)
error
- the error textpublic void close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |