|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IOrphanedReplyListener
Implementors are expected to handle replies that arrive after requests have timed out.
| Method Summary | |
|---|---|
void |
onFailure(java.lang.String target,
java.lang.String operationName,
java.lang.Exception e,
long requestReceived,
long requestAborted)
Called when a exception reply arrives after the original request had timed out. |
void |
onSuccess(java.lang.String target,
java.lang.String operationName,
java.lang.Object returnValue,
long requestReceived,
long requestCompleted)
Called when a valid reply arrives after the original request had timed out. |
| Method Detail |
|---|
void onFailure(java.lang.String target,
java.lang.String operationName,
java.lang.Exception e,
long requestReceived,
long requestAborted)
onFailure in interface com.sonicsw.mf.comm.IOrphanedReplyListenerJMSConnectorClient.setOrphanedReplyListener(IOrphanedReplyListener)
void onSuccess(java.lang.String target,
java.lang.String operationName,
java.lang.Object returnValue,
long requestReceived,
long requestCompleted)
onSuccess in interface com.sonicsw.mf.comm.IOrphanedReplyListenerJMSConnectorClient.setOrphanedReplyListener(IOrphanedReplyListener)
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||