| Modifier and Type | Method and Description |
|---|---|
MAPDialog |
MAPServiceBase.createNewDialog(MAPApplicationContext appCntx,
SccpAddress origAddress,
AddressString origReference,
SccpAddress destAddress,
AddressString destReference)
Creates a new Dialog.
|
MAPDialog |
MAPMessage.getMAPDialog() |
MAPDialog |
MAPProvider.getMAPDialog(java.lang.Long dialogId)
Get
MAPDialog corresponding to passed dialogId |
| Modifier and Type | Method and Description |
|---|---|
void |
MAPDialogListener.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 |
MAPDialogListener.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 |
MAPDialogListener.onDialogDelimiter(MAPDialog mapDialog)
Called when all components has been processed.
|
void |
MAPDialogListener.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 |
MAPDialogListener.onDialogProviderAbort(MAPDialog mapDialog,
MAPAbortProviderReason abortProviderReason,
MAPAbortSource abortSource,
MAPExtensionContainer extensionContainer)
When T_ABORT received NOT as the response to T_BEGIN
|
void |
MAPDialogListener.onDialogReject(MAPDialog mapDialog,
MAPRefuseReason refuseReason,
MAPProviderError providerError,
ApplicationContextName alternativeApplicationContext,
MAPExtensionContainer extensionContainer)
When T_U_ABORT received as the response to T_BEGIN
|
void |
MAPDialogListener.onDialogRequest(MAPDialog mapDialog,
AddressString destReference,
AddressString origReference,
MAPExtensionContainer extensionContainer)
When T_BEGIN received.
|
void |
MAPDialogListener.onDialogResease(MAPDialog mapDialog)
Called when the MADDialog has been released
|
void |
MAPDialogListener.onDialogTimeout(MAPDialog mapDialog)
Called when the MADDialog is about to aborted because of TimeOut
|
void |
MAPDialogListener.onDialogUserAbort(MAPDialog mapDialog,
MAPUserAbortChoice userReason,
MAPExtensionContainer extensionContainer)
When T_ABORT received NOT as the response to T_BEGIN
|
void |
MAPServiceListener.onErrorComponent(MAPDialog mapDialog,
java.lang.Long invokeId,
MAPErrorMessage mapErrorMessage)
Invoked when TC-U-ERROR primitive is received from the other peer
|
void |
MAPServiceListener.onInvokeTimeout(MAPDialog mapDialog,
java.lang.Long invokeId)
Invoked when no answer from the other peer for a long time - for sending
the a reject for the Invoke
|
void |
MAPServiceListener.onProviderErrorComponent(MAPDialog mapDialog,
java.lang.Long invokeId,
MAPProviderError providerError)
Invoked when the provider error when parsing the response
|
void |
MAPServiceListener.onRejectComponent(MAPDialog mapDialog,
java.lang.Long invokeId,
Problem problem)
Invoked when TC-U-REJECT primitive is received from the other peer
|
void |
MAPMessage.setMAPDialog(MAPDialog mapDialog) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MAPDialogLsm |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MAPDialogSms |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MAPDialogSupplementary |
Copyright © 2012. All Rights Reserved.