public interface MAPDialogListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDialogAccept(MAPDialog mapDialog,
MAPExtensionContainer extensionContainer)
When T_CONTINUE or T_END received with dialogueResponse DialoguePDU
(AARE-apdu) (dialog accepted) this is called before ComponentPortion is
called
|
void |
onDialogClose(MAPDialog mapDialog)
When T_CLOSE received If T_CLOSE is the response to T-BEGIN,
onDialogRequest() if called first, then ComponentPortion is called and
finally onDialogClose
|
void |
onDialogDelimiter(MAPDialog mapDialog)
Called when all components has been processed.
|
void |
onDialogNotice(MAPDialog mapDialog,
MAPNoticeProblemDiagnostic noticeProblemDiagnostic)
This service is used to notify the MAP service-user about protocol
problems related to a MAP dialogue not affecting the state of the
protocol machines
|
void |
onDialogProviderAbort(MAPDialog mapDialog,
MAPAbortProviderReason abortProviderReason,
MAPAbortSource abortSource,
MAPExtensionContainer extensionContainer)
When T_ABORT received NOT as the response to T_BEGIN
|
void |
onDialogReject(MAPDialog mapDialog,
MAPRefuseReason refuseReason,
MAPProviderError providerError,
ApplicationContextName alternativeApplicationContext,
MAPExtensionContainer extensionContainer)
When T_U_ABORT received as the response to T_BEGIN
|
void |
onDialogRequest(MAPDialog mapDialog,
AddressString destReference,
AddressString origReference,
MAPExtensionContainer extensionContainer)
When T_BEGIN received.
|
void |
onDialogResease(MAPDialog mapDialog)
Called when the MADDialog has been released
|
void |
onDialogTimeout(MAPDialog mapDialog)
Called when the MADDialog is about to aborted because of TimeOut
|
void |
onDialogUserAbort(MAPDialog mapDialog,
MAPUserAbortChoice userReason,
MAPExtensionContainer extensionContainer)
When T_ABORT received NOT as the response to T_BEGIN
|
void onDialogDelimiter(MAPDialog mapDialog)
void onDialogRequest(MAPDialog mapDialog, AddressString destReference, AddressString origReference, MAPExtensionContainer extensionContainer)
void onDialogAccept(MAPDialog mapDialog, MAPExtensionContainer extensionContainer)
void onDialogReject(MAPDialog mapDialog, MAPRefuseReason refuseReason, MAPProviderError providerError, ApplicationContextName alternativeApplicationContext, MAPExtensionContainer extensionContainer)
void onDialogUserAbort(MAPDialog mapDialog, MAPUserAbortChoice userReason, MAPExtensionContainer extensionContainer)
void onDialogProviderAbort(MAPDialog mapDialog, MAPAbortProviderReason abortProviderReason, MAPAbortSource abortSource, MAPExtensionContainer extensionContainer)
void onDialogClose(MAPDialog mapDialog)
void onDialogNotice(MAPDialog mapDialog, MAPNoticeProblemDiagnostic noticeProblemDiagnostic)
void onDialogResease(MAPDialog mapDialog)
mapDialog - void onDialogTimeout(MAPDialog mapDialog)
mapDialog - Copyright © 2011. All Rights Reserved.