Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
com.opencloud.slee.resources.cgin.callcontrol |
Provides a common API for callcontrol protocols originally based on the INAP
family of protocols.
|
com.opencloud.slee.resources.cgin.cap_v3 |
Provides an API for the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v4 |
Provides an API for the CAP v4 protocol.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1 |
Provides an API for the ETSI INAP CS1 protocol.
|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
DecodeFailedException
Exception thrown when decoding of incoming data fails for some reason.
|
class |
DialogCreationFailedException
Exception thrown when a dialog could not be created due to an internal
error e.g.
|
class |
EncodeFailedException
Exception thrown when encoding of an outgoing message fails for some reason.
|
class |
IllegalDialogStateException
Exception thrown when a dialog is asked to do something it is in the wrong
state to handle.
|
class |
IllegalOperationStateException
Exception thrown when something is done involving an operation that is in
an inappropriate state.
|
class |
TooManyInvokesException
Thrown when an automatically allocated invoke ID is requested,
but there are already the maximum number of outstanding invokes
present on the dialogue.
|
class |
UnknownErrorException
Exception thrown if an attempt is made to decode or encode
an error that is not defined for the operation it is used on.
|
class |
UnknownOperationException
Exception thrown if an attempt is made to decode or encode
an operation that is not defined for the application context it is used on.
|
class |
UnsupportedApplicationContextException
Exception thrown when an attempt is made to use an unsupported
application context.
|
Modifier and Type | Method and Description |
---|---|
void |
Dialog.acceptDialog()
Issue a dialog open request acceptance response on this dialog.
|
void |
Dialog.acceptDialog(SccpAddress responderAddress,
Object... userInformation)
Issue a dialog open request acceptance response on this dialog.
|
int |
Dialog.getMTPPriority()
Get the MTP3 message priority in use by this dialog.
|
int |
Dialog.getSCCPClass()
Get the current SCCP class in use by this dialog.
|
boolean |
Dialog.getSCCPReturnOption()
Get the current SCCP Return Option in use by this dialog.
|
Dialog |
CGINProvider.issueOpenRequest(TcapApplicationContext appContext,
ObjectID appContextName,
SccpAddress origAddress,
SccpAddress destAddress,
long timeout,
Object... userInformation)
Attempt to open a new dialog.
|
Dialog |
CGINProvider.issueOpenRequest(TcapApplicationContext appContext,
SccpAddress destAddress)
Attempt to open a new dialog.
|
Dialog |
CGINProvider.issueStatelessOpenRequest(TcapApplicationContext appContext,
ObjectID appContextName,
byte[] origTransactionID,
SccpAddress origAddress,
SccpAddress destAddress,
Object... userInformation)
Attempt to open a new stateless dialog.
|
void |
Dialog.refuseDialog()
Refuse an open dialog request.
|
void |
Dialog.refuseDialog(OpenRefuseReason reason,
TcapApplicationContext applicationContext,
SccpAddress responderAddress,
Object... userInformation)
Refuse an open dialog request.
|
Dialog |
CGINProvider.relayStatelessOpenRequest(DialogOpenRequestEvent openRequest,
SccpAddress destAddress)
Create a stateless dialog suitable for relaying the given open request.
|
void |
Dialog.sendClose(boolean prearrangedEnd)
Close the dialog.
|
void |
Dialog.sendDelimiter()
Flush the operation requests and/or responses that have been queued on this dialog out to the network and the
remote Provider.
|
void |
Dialog.sendError(int invokeId,
TcapError error,
Object parameter)
Issue a user error response for an invoked operation on the dialog.
|
int |
Dialog.sendInvoke(TcapOperation operation,
boolean invokeIdPresent,
int invokeId,
boolean linkedIdPresent,
int linkedId,
long timeout,
Object arg)
Issue an operation request on the dialog.
|
void |
Dialog.sendResult(int invokeId,
Object result,
boolean lastResult)
Issue a result to an operation on the dialog.
|
void |
Dialog.sendUserAbort(Object... userInformation)
Abort the dialog.
|
void |
Dialog.setActivityTimeout(long timeout)
Set the dialog activity timeout for this dialog.
|
void |
Dialog.setMTPPriority(int priority)
Set the MTP3 message priority to use.
|
void |
Dialog.setRemoteAddress(SccpAddress remoteAddress)
Set the remote SCCP address for future outgoing messages.
|
void |
Dialog.setSCCPClass(int c)
Set the SCCP class to use for future outgoing messages.
|
void |
Dialog.setSCCPReturnOption(boolean returnErrors)
Set the SCCP Return Option to use for future outgoing messages.
|
Modifier and Type | Method and Description |
---|---|
int |
CCDialog.sendActivityTest(long timeout)
Issues an activityTest operation request on the dialog.
|
void |
CCDialog.sendActivityTestResponse(int invokeId)
Issues a response to an activityTest operation on the dialog.
|
int |
CCDialog.sendApplyCharging(CCApplyChargingArg argument)
Issues an applyCharging operation request on the dialog.
|
int |
CCDialog.sendApplyChargingReport(CCApplyChargingReportArg argument)
Issues an applyChargingReport operation request on the dialog.
|
int |
CCDialog.sendAssistRequestInstructions(CCAssistRequestInstructionsArg argument)
Issues an assistRequestInstructions operation request on the dialog.
|
int |
CCDialog.sendCallGap(CCCallGapArg argument)
Issues a callGap operation request on the dialog.
|
int |
CCDialog.sendCallInformationReport(CCCallInformationReportArg argument)
Issues a callInformationReport operation request on the dialog.
|
int |
CCDialog.sendCallInformationRequest(CCCallInformationRequestArg argument)
Issues a callInformationRequest operation request on the dialog.
|
int |
CCDialog.sendCancel(CCCancelArg argument)
Issues a cancel operation request on the dialog.
|
void |
CCDialog.sendCancelFailedError(int invokeId,
CCCancelFailedArg error)
Issues a cancelFailed error response for an operation on the dialog.
|
void |
CCDialog.sendCancelledError(int invokeId)
Issues a cancelled error response for an operation on the dialog.
|
int |
CCDialog.sendConnect(CCConnectArg argument)
Issues a connect operation request on the dialog.
|
int |
CCDialog.sendConnectToResource(CCConnectToResourceArg argument)
Issues a connectToResource operation request on the dialog.
|
int |
CCDialog.sendContinue()
Issues a continue operation request on the dialog.
|
int |
CCDialog.sendDisconnectForwardConnection()
Issues a disconnectForwardConnection operation request on the dialog.
|
int |
CCDialog.sendEstablishTemporaryConnection(CCEstablishTemporaryConnectionArg argument)
Issues an establishTemporaryConnection operation request on the dialog.
|
void |
CCDialog.sendETCFailedError(int invokeId)
Issues an eTCFailed error response for an operation on the dialog.
|
int |
CCDialog.sendEventReportBCSM(CCEventReportBCSMArg argument)
Issues an eventReportBCSM operation request on the dialog.
|
int |
CCDialog.sendFurnishChargingInformation(CCFurnishChargingInformationArg argument)
Issues a furnishChargingInformation operation request on the dialog.
|
void |
CCDialog.sendImproperCallerResponseError(int invokeId)
Issues an improperCallerResponse error response for an operation on the dialog.
|
int |
CCDialog.sendInitialDP(CCInitialDPArg argument)
Issues an initialDP operation request on the dialog.
|
void |
CCDialog.sendMissingCustomerRecordError(int invokeId)
Issues a missingCustomerRecord error response for an operation on the dialog.
|
void |
CCDialog.sendMissingParameterError(int invokeId)
Issues a missingParameter error response for an operation on the dialog.
|
void |
CCDialog.sendParameterOutOfRangeError(int invokeId)
Issues a parameterOutOfRange error response for an operation on the dialog.
|
int |
CCDialog.sendPlayAnnouncement(long timeout,
CCPlayAnnouncementArg argument)
Issues a playAnnouncement operation request on the dialog.
|
int |
CCDialog.sendPromptAndCollectUserInformation(long timeout,
CCPromptAndCollectUserInformationArg argument)
Issues a promptAndCollectUserInformation operation request on the dialog.
|
void |
CCDialog.sendPromptAndCollectUserInformationResponse(int invokeId,
CCReceivedInformationArg result)
Issues a response to a promptAndCollectUserInformation operation on the dialog.
|
int |
CCDialog.sendReleaseCall(CCReleaseCallArg argument)
Issues a releaseCall operation request on the dialog.
|
void |
CCDialog.sendRequestedInfoErrorError(int invokeId,
CCRequestedInfoErrorArg error)
Issues a requestedInfoError error response for an operation on the dialog.
|
int |
CCDialog.sendRequestReportBCSMEvent(CCRequestReportBCSMEventArg argument)
Issues a requestReportBCSMEvent operation request on the dialog.
|
int |
CCDialog.sendResetTimer(CCResetTimerArg argument)
Issues a resetTimer operation request on the dialog.
|
int |
CCDialog.sendSendChargingInformation(CCSendChargingInformationArg argument)
Issues a sendChargingInformation operation request on the dialog.
|
int |
CCDialog.sendSpecializedResourceReport(int linkedId,
CCSpecializedResourceReportArg argument)
Issues a specializedResourceReport operation request on the dialog.
|
void |
CCDialog.sendSystemFailureError(int invokeId,
CCUnavailableNetworkResource error)
Issues a systemFailure error response for an operation on the dialog.
|
void |
CCDialog.sendTaskRefusedError(int invokeId,
CCTaskRefusedArg error)
Issues a taskRefused error response for an operation on the dialog.
|
void |
CCDialog.sendUnavailableResourceError(int invokeId)
Issues an unavailableResource error response for an operation on the dialog.
|
void |
CCDialog.sendUnexpectedComponentSequenceError(int invokeId)
Issues an unexpectedComponentSequence error response for an operation on the dialog.
|
void |
CCDialog.sendUnexpectedDataValueError(int invokeId)
Issues an unexpectedDataValue error response for an operation on the dialog.
|
void |
CCDialog.sendUnexpectedParameterError(int invokeId)
Issues an unexpectedParameter error response for an operation on the dialog.
|
void |
CCDialog.sendUnknownLegIDError(int invokeId)
Issues an unknownLegID error response for an operation on the dialog.
|
Modifier and Type | Method and Description |
---|---|
int |
CAP3Dialog.sendActivityTestGPRS(long timeout)
Issues an activityTestGPRS operation request on the dialog.
|
void |
CAP3Dialog.sendActivityTestGPRSResponse(int invokeId)
Issues a response to an activityTestGPRS operation on the dialog.
|
int |
CAP3Dialog.sendApplyChargingGPRS(CAP3ApplyChargingGPRSArg argument)
Issues an applyChargingGPRS operation request on the dialog.
|
int |
CAP3Dialog.sendApplyChargingReportGPRS(long timeout,
CAP3ApplyChargingReportGPRSArg argument)
Issues an applyChargingReportGPRS operation request on the dialog.
|
void |
CAP3Dialog.sendApplyChargingReportGPRSResponse(int invokeId)
Issues a response to an applyChargingReportGPRS operation on the dialog.
|
int |
CAP3Dialog.sendCancelGPRS(CAP3CancelGPRSArg argument)
Issues a cancelGPRS operation request on the dialog.
|
int |
CAP3Dialog.sendConnectGPRS(CAP3ConnectGPRSArg argument)
Issues a connectGPRS operation request on the dialog.
|
int |
CAP3Dialog.sendConnectSMS(CAP3ConnectSMSArg argument)
Issues a connectSMS operation request on the dialog.
|
int |
CAP3Dialog.sendContinueGPRS(CAP3ContinueGPRSArg argument)
Issues a continueGPRS operation request on the dialog.
|
int |
CAP3Dialog.sendContinueSMS()
Issues a continueSMS operation request on the dialog.
|
int |
CAP3Dialog.sendContinueWithArgument(CAP3ContinueWithArgumentArg argument)
Issues a continueWithArgument operation request on the dialog.
|
int |
CAP3Dialog.sendEntityReleasedGPRS(long timeout,
CAP3EntityReleasedGPRSArg argument)
Issues an entityReleasedGPRS operation request on the dialog.
|
void |
CAP3Dialog.sendEntityReleasedGPRSResponse(int invokeId)
Issues a response to an entityReleasedGPRS operation on the dialog.
|
int |
CAP3Dialog.sendEventReportGPRS(long timeout,
CAP3EventReportGPRSArg argument)
Issues an eventReportGPRS operation request on the dialog.
|
void |
CAP3Dialog.sendEventReportGPRSResponse(int invokeId)
Issues a response to an eventReportGPRS operation on the dialog.
|
int |
CAP3Dialog.sendEventReportSMS(CAP3EventReportSMSArg argument)
Issues an eventReportSMS operation request on the dialog.
|
int |
CAP3Dialog.sendFurnishChargingInformationGPRS(CAP3FurnishChargingInformationGPRSArg argument)
Issues a furnishChargingInformationGPRS operation request on the dialog.
|
int |
CAP3Dialog.sendFurnishChargingInformationSMS(CAP3FurnishChargingInformationSMSArg argument)
Issues a furnishChargingInformationSMS operation request on the dialog.
|
int |
CAP3Dialog.sendInitialDPGPRS(CAP3InitialDPGPRSArg argument)
Issues an initialDPGPRS operation request on the dialog.
|
int |
CAP3Dialog.sendInitialDPSMS(CAP3InitialDPSMSArg argument)
Issues an initialDPSMS operation request on the dialog.
|
int |
CAP3Dialog.sendReleaseGPRS(CAP3ReleaseGPRSArg argument)
Issues a releaseGPRS operation request on the dialog.
|
int |
CAP3Dialog.sendReleaseSMS(RPCause argument)
Issues a releaseSMS operation request on the dialog.
|
int |
CAP3Dialog.sendRequestReportGPRSEvent(CAP3RequestReportGPRSEventArg argument)
Issues a requestReportGPRSEvent operation request on the dialog.
|
int |
CAP3Dialog.sendRequestReportSMSEvent(CAP3RequestReportSMSEventArg argument)
Issues a requestReportSMSEvent operation request on the dialog.
|
int |
CAP3Dialog.sendResetTimerGPRS(CAP3ResetTimerGPRSArg argument)
Issues a resetTimerGPRS operation request on the dialog.
|
int |
CAP3Dialog.sendResetTimerSMS(CAP3ResetTimerSMSArg argument)
Issues a resetTimerSMS operation request on the dialog.
|
int |
CAP3Dialog.sendSendChargingInformationGPRS(CAP3SendChargingInformationGPRSArg argument)
Issues a sendChargingInformationGPRS operation request on the dialog.
|
void |
CAP3Dialog.sendUnknownPDPIDError(int invokeId)
Issues an unknownPDPID error response for an operation on the dialog.
|
Modifier and Type | Method and Description |
---|---|
int |
CAP4Dialog.sendCollectInformation(CAP4CollectInformationArg argument)
Issues a collectInformation operation request on the dialog.
|
int |
CAP4Dialog.sendDisconnectForwardConnectionWithArgument(CAP4DisconnectForwardConnectionWithArgumentArg argument)
Issues a disconnectForwardConnectionWithArgument operation request on the dialog.
|
int |
CAP4Dialog.sendDisconnectLeg(long timeout,
CAP4DisconnectLegArg argument)
Issues a disconnectLeg operation request on the dialog.
|
void |
CAP4Dialog.sendDisconnectLegResponse(int invokeId)
Issues a response to a disconnectLeg operation on the dialog.
|
int |
CAP4Dialog.sendEntityReleased(CAP4EntityReleasedArg argument)
Issues an entityReleased operation request on the dialog.
|
int |
CAP4Dialog.sendInitiateCallAttempt(long timeout,
CAP4InitiateCallAttemptArg argument)
Issues an initiateCallAttempt operation request on the dialog.
|
void |
CAP4Dialog.sendInitiateCallAttemptResponse(int invokeId,
CAP4InitiateCallAttemptRes result)
Issues a response to an initiateCallAttempt operation on the dialog.
|
int |
CAP4Dialog.sendMoveLeg(long timeout,
CAP4MoveLegArg argument)
Issues a moveLeg operation request on the dialog.
|
void |
CAP4Dialog.sendMoveLegResponse(int invokeId)
Issues a response to a moveLeg operation on the dialog.
|
int |
CAP4Dialog.sendPlayTone(CAP4PlayToneArg argument)
Issues a playTone operation request on the dialog.
|
int |
CAP4Dialog.sendSplitLeg(long timeout,
CAP4SplitLegArg argument)
Issues a splitLeg operation request on the dialog.
|
void |
CAP4Dialog.sendSplitLegResponse(int invokeId)
Issues a response to a splitLeg operation on the dialog.
|
void |
CAP4Dialog.sendUnknownCSIDError(int invokeId)
Issues an unknownCSID error response for an operation on the dialog.
|
Modifier and Type | Method and Description |
---|---|
int |
CS1Dialog.sendActivateServiceFiltering(long timeout,
CS1ActivateServiceFilteringArg argument)
Issues an activateServiceFiltering operation request on the dialog.
|
void |
CS1Dialog.sendActivateServiceFilteringResponse(int invokeId)
Issues a response to an activateServiceFiltering operation on the dialog.
|
int |
CS1Dialog.sendCollectInformation(CS1CollectInformationArg argument)
Issues a collectInformation operation request on the dialog.
|
int |
CS1Dialog.sendEventNotificationCharging(CS1EventNotificationChargingArg argument)
Issues an eventNotificationCharging operation request on the dialog.
|
int |
CS1Dialog.sendInitiateCallAttempt(CS1InitiateCallAttemptArg argument)
Issues an initiateCallAttempt operation request on the dialog.
|
int |
CS1Dialog.sendRequestNotificationChargingEvent(CS1ChargingEvent[] argument)
Issues a requestNotificationChargingEvent operation request on the dialog.
|
int |
CS1Dialog.sendServiceFilteringResponse(CS1ServiceFilteringResponseArg argument)
Issues a serviceFilteringResponse operation request on the dialog.
|
Modifier and Type | Method and Description |
---|---|
void |
MAPDialog.sendAbsentSubscriberError(int invokeId,
MAPAbsentSubscriberParSeq error)
Issues an absentSubscriber_v1 error response for an operation on the dialog.
|
void |
MAPDialog.sendAbsentSubscriberSMError(int invokeId,
MAPAbsentSubscriberSM_Param error)
Issues an absentSubscriberSM error response for an operation on the dialog.
|
int |
MAPDialog.sendActivateSS(long timeout,
MAPSS_ForBS_Code argument)
Issues an activateSS_v1 operation request on the dialog.
|
void |
MAPDialog.sendActivateSSResponse(int invokeId,
MAPSS_Information result)
Issues a response to an activateSS_v1 operation on the dialog.
|
int |
MAPDialog.sendActivateTraceMode(long timeout,
MAPActivateTraceModeArg argument)
Issues an activateTraceMode operation request on the dialog.
|
void |
MAPDialog.sendActivateTraceModeResponse(int invokeId)
Issues a response to an activateTraceMode operation on the dialog.
|
void |
MAPDialog.sendActivateTraceModeResponse(int invokeId,
MAPActivateTraceModeRes result)
Issues a response to an activateTraceMode operation on the dialog.
|
int |
MAPDialog.sendAlertServiceCentre(long timeout,
MAPAlertServiceCentreArg argument)
Issues an alertServiceCentre operation request on the dialog.
|
void |
MAPDialog.sendAlertServiceCentreResponse(int invokeId)
Issues a response to an alertServiceCentre operation on the dialog.
|
int |
MAPDialog.sendAlertServiceCentreWithoutResult(MAPAlertServiceCentreArg argument)
Issues an alertServiceCentreWithoutResult_v1 operation request on the dialog.
|
int |
MAPDialog.sendAnyTimeInterrogation(long timeout,
MAPAnyTimeInterrogationArg argument)
Issues an anyTimeInterrogation operation request on the dialog.
|
void |
MAPDialog.sendAnyTimeInterrogationResponse(int invokeId,
MAPAnyTimeInterrogationRes result)
Issues a response to an anyTimeInterrogation operation on the dialog.
|
int |
MAPDialog.sendAnyTimeModification(long timeout,
MAPAnyTimeModificationArg argument)
Issues an anyTimeModification operation request on the dialog.
|
void |
MAPDialog.sendAnyTimeModificationResponse(int invokeId,
MAPAnyTimeModificationRes result)
Issues a response to an anyTimeModification operation on the dialog.
|
int |
MAPDialog.sendAnyTimeSubscriptionInterrogation(long timeout,
MAPAnyTimeSubscriptionInterrogationArg argument)
Issues an anyTimeSubscriptionInterrogation operation request on the dialog.
|
void |
MAPDialog.sendAnyTimeSubscriptionInterrogationResponse(int invokeId,
MAPAnyTimeSubscriptionInterrogationRes result)
Issues a response to an anyTimeSubscriptionInterrogation operation on the dialog.
|
void |
MAPDialog.sendAti_NotAllowedError(int invokeId,
MAPATI_NotAllowedParam error)
Issues an ati_NotAllowed error response for an operation on the dialog.
|
void |
MAPDialog.sendAtm_NotAllowedError(int invokeId,
MAPATM_NotAllowedParam error)
Issues an atm_NotAllowed error response for an operation on the dialog.
|
void |
MAPDialog.sendAtsi_NotAllowedError(int invokeId,
MAPATSI_NotAllowedParam error)
Issues an atsi_NotAllowed error response for an operation on the dialog.
|
int |
MAPDialog.sendAuthenticationFailureReport(long timeout,
MAPAuthenticationFailureReportArg argument)
Issues an authenticationFailureReport operation request on the dialog.
|
void |
MAPDialog.sendAuthenticationFailureReportResponse(int invokeId,
MAPAuthenticationFailureReportRes result)
Issues a response to an authenticationFailureReport operation on the dialog.
|
void |
MAPDialog.sendBearerServiceNotProvisionedError(int invokeId,
MAPBearerServNotProvParam error)
Issues a bearerServiceNotProvisioned error response for an operation on the dialog.
|
int |
MAPDialog.sendBeginSubscriberActivity(MAPBeginSubscriberActivityArg argument)
Issues a beginSubscriberActivity_v1 operation request on the dialog.
|
void |
MAPDialog.sendBusySubscriberError(int invokeId,
MAPBusySubscriberParam error)
Issues a busySubscriber error response for an operation on the dialog.
|
void |
MAPDialog.sendCallBarredError(int invokeId,
MAPCallBarredParam error)
Issues a callBarred error response for an operation on the dialog.
|
int |
MAPDialog.sendCancelLocation(long timeout,
MAPCancelLocation_v1ArgSeq argument)
Issues a cancelLocation_v1 operation request on the dialog.
|
void |
MAPDialog.sendCancelLocationResponse(int invokeId)
Issues a response to a cancelLocation_v1 operation on the dialog.
|
void |
MAPDialog.sendCancelLocationResponse(int invokeId,
MAPCancelLocationRes result)
Issues a response to a cancelLocation operation on the dialog.
|
int |
MAPDialog.sendCheckIMEI(long timeout,
MAPCheckIMEI_v1ArgSeq argument)
Issues a checkIMEI_v1 operation request on the dialog.
|
void |
MAPDialog.sendCheckIMEIResponse(int invokeId,
MAPCheckIMEIResSeq result)
Issues a response to a checkIMEI_v1 operation on the dialog.
|
void |
MAPDialog.sendCug_RejectError(int invokeId,
MAPCug_RejectParSeq error)
Issues a cug_Reject error response for an operation on the dialog.
|
void |
MAPDialog.sendDataMissingError(int invokeId,
MAPDataMissingParam error)
Issues a dataMissing error response for an operation on the dialog.
|
int |
MAPDialog.sendDeactivateSS(long timeout,
MAPSS_ForBS_Code argument)
Issues a deactivateSS_v1 operation request on the dialog.
|
void |
MAPDialog.sendDeactivateSSResponse(int invokeId,
MAPSS_Information result)
Issues a response to a deactivateSS_v1 operation on the dialog.
|
int |
MAPDialog.sendDeactivateTraceMode(long timeout,
MAPDeactivateTraceModeArg argument)
Issues a deactivateTraceMode operation request on the dialog.
|
void |
MAPDialog.sendDeactivateTraceModeResponse(int invokeId)
Issues a response to a deactivateTraceMode operation on the dialog.
|
void |
MAPDialog.sendDeactivateTraceModeResponse(int invokeId,
MAPDeactivateTraceModeRes result)
Issues a response to a deactivateTraceMode operation on the dialog.
|
int |
MAPDialog.sendDeleteSubscriberData(long timeout,
MAPDeleteSubscriberDataArg argument)
Issues a deleteSubscriberData_v1 operation request on the dialog.
|
void |
MAPDialog.sendDeleteSubscriberDataResponse(int invokeId)
Issues a response to a deleteSubscriberData_v1 operation on the dialog.
|
void |
MAPDialog.sendDeleteSubscriberDataResponse(int invokeId,
MAPDeleteSubscriberDataRes result)
Issues a response to a deleteSubscriberData_v1 operation on the dialog.
|
int |
MAPDialog.sendEraseCC_Entry(long timeout,
MAPEraseCC_EntryArg argument)
Issues an eraseCC_Entry operation request on the dialog.
|
void |
MAPDialog.sendEraseCC_EntryResponse(int invokeId,
MAPEraseCC_EntryRes result)
Issues a response to an eraseCC_Entry operation on the dialog.
|
int |
MAPDialog.sendEraseSS(long timeout,
MAPSS_ForBS_Code argument)
Issues an eraseSS_v1 operation request on the dialog.
|
void |
MAPDialog.sendEraseSSResponse(int invokeId,
MAPSS_Information result)
Issues a response to an eraseSS_v1 operation on the dialog.
|
void |
MAPDialog.sendFacilityNotSupportedError(int invokeId,
MAPFacilityNotSupParam error)
Issues a facilityNotSupported error response for an operation on the dialog.
|
int |
MAPDialog.sendFailureReport(long timeout,
MAPFailureReportArg argument)
Issues a failureReport operation request on the dialog.
|
void |
MAPDialog.sendFailureReportResponse(int invokeId,
MAPFailureReportRes result)
Issues a response to a failureReport operation on the dialog.
|
int |
MAPDialog.sendForwardAccessSignalling(MAPForwardAccessSignalling_Arg argument)
Issues a forwardAccessSignalling operation request on the dialog.
|
int |
MAPDialog.sendForwardCheckSS_Indication()
Issues a forwardCheckSS_Indication operation request on the dialog.
|
int |
MAPDialog.sendForwardGroupCallSignalling(MAPForwardGroupCallSignallingArg argument)
Issues a forwardGroupCallSignalling operation request on the dialog.
|
void |
MAPDialog.sendForwardingFailedError(int invokeId,
MAPForwardingFailedParam error)
Issues a forwardingFailed error response for an operation on the dialog.
|
void |
MAPDialog.sendForwardingViolationError(int invokeId,
MAPForwardingViolationParam error)
Issues a forwardingViolation error response for an operation on the dialog.
|
int |
MAPDialog.sendGetPassword(int linkedId,
long timeout,
MAPGuidanceInfo argument)
Issues a getPassword_v1 operation request on the dialog.
|
void |
MAPDialog.sendGetPasswordResponse(int invokeId,
String result)
Issues a response to a getPassword_v1 operation on the dialog.
|
void |
MAPDialog.sendIllegalEquipmentError(int invokeId,
MAPIllegalEquipmentParam error)
Issues an illegalEquipment error response for an operation on the dialog.
|
void |
MAPDialog.sendIllegalMSError(int invokeId)
Issues an illegalMS error response for an operation on the dialog.
|
void |
MAPDialog.sendIllegalSS_OperationError(int invokeId,
MAPIllegalSS_OperationParam error)
Issues an illegalSS_Operation error response for an operation on the dialog.
|
void |
MAPDialog.sendIllegalSubscriberError(int invokeId,
MAPIllegalSubscriberParam error)
Issues an illegalSubscriber error response for an operation on the dialog.
|
void |
MAPDialog.sendIncompatibleTerminalError(int invokeId,
MAPIncompatibleTerminalParam error)
Issues an incompatibleTerminal error response for an operation on the dialog.
|
void |
MAPDialog.sendInformationNotAvailableError(int invokeId,
MAPInformationNotAvailableParam error)
Issues an informationNotAvailable error response for an operation on the dialog.
|
int |
MAPDialog.sendInformServiceCentre(MAPInformServiceCentreArg argument)
Issues an informServiceCentre operation request on the dialog.
|
int |
MAPDialog.sendInsertSubscriberData(long timeout,
MAPInsertSubscriberDataArg_v1 argument)
Issues an insertSubscriberData_v1 operation request on the dialog.
|
void |
MAPDialog.sendInsertSubscriberDataResponse(int invokeId)
Issues a response to an insertSubscriberData_v1 operation on the dialog.
|
void |
MAPDialog.sendInsertSubscriberDataResponse(int invokeId,
MAPInsertSubscriberDataRes result)
Issues a response to an insertSubscriberData_v1 operation on the dialog.
|
int |
MAPDialog.sendInterrogateSS(long timeout,
MAPSS_ForBS_Code argument)
Issues an interrogateSS_v1 operation request on the dialog.
|
void |
MAPDialog.sendInterrogateSSResponse(int invokeId,
MAPInterrogateSSRes_v1 result)
Issues a response to an interrogateSS_v1 operation on the dialog.
|
void |
MAPDialog.sendInvalidTargetBaseStationError(int invokeId)
Issues an invalidTargetBaseStation error response for an operation on the dialog.
|
int |
MAPDialog.sendIst_Alert(long timeout,
MAPIST_AlertArg argument)
Issues an ist_Alert operation request on the dialog.
|
void |
MAPDialog.sendIst_AlertResponse(int invokeId,
MAPIST_AlertRes result)
Issues a response to an ist_Alert operation on the dialog.
|
int |
MAPDialog.sendIst_Command(long timeout,
MAPIST_CommandArg argument)
Issues an ist_Command operation request on the dialog.
|
void |
MAPDialog.sendIst_CommandResponse(int invokeId,
MAPIST_CommandRes result)
Issues a response to an ist_Command operation on the dialog.
|
void |
MAPDialog.sendLongTermDenialError(int invokeId,
MAPLongTermDenialParam error)
Issues a longTermDenial error response for an operation on the dialog.
|
void |
MAPDialog.sendMessageWaitingListFullError(int invokeId,
MAPMessageWaitListFullParam error)
Issues a messageWaitingListFull error response for an operation on the dialog.
|
void |
MAPDialog.sendMm_EventNotSupportedError(int invokeId,
MAPMM_EventNotSupported_Param error)
Issues a mm_EventNotSupported error response for an operation on the dialog.
|
int |
MAPDialog.sendMo_ForwardSM(long timeout,
MAPMO_ForwardSM_Arg argument)
Issues a mo_ForwardSM_v1 operation request on the dialog.
|
void |
MAPDialog.sendMo_ForwardSMResponse(int invokeId)
Issues a response to a mo_ForwardSM_v1 operation on the dialog.
|
void |
MAPDialog.sendMo_ForwardSMResponse(int invokeId,
MAPMO_ForwardSM_Res result)
Issues a response to a mo_ForwardSM operation on the dialog.
|
int |
MAPDialog.sendMt_ForwardSM_VGCS(long timeout,
MAPMT_ForwardSM_VGCS_Arg argument)
Issues a mt_ForwardSM_VGCS operation request on the dialog.
|
void |
MAPDialog.sendMt_ForwardSM_VGCSResponse(int invokeId,
MAPMT_ForwardSM_VGCS_Res result)
Issues a response to a mt_ForwardSM_VGCS operation on the dialog.
|
int |
MAPDialog.sendMt_ForwardSM(long timeout,
MAPMT_ForwardSM_Arg argument)
Issues a mt_ForwardSM_v1 operation request on the dialog.
|
void |
MAPDialog.sendMt_ForwardSMResponse(int invokeId)
Issues a response to a mt_ForwardSM_v1 operation on the dialog.
|
void |
MAPDialog.sendMt_ForwardSMResponse(int invokeId,
MAPMT_ForwardSM_Res result)
Issues a response to a mt_ForwardSM operation on the dialog.
|
void |
MAPDialog.sendNegativePW_CheckError(int invokeId)
Issues a negativePW_Check error response for an operation on the dialog.
|
void |
MAPDialog.sendNoGroupCallNumberAvailableError(int invokeId,
MAPNoGroupCallNbParam error)
Issues a noGroupCallNumberAvailable error response for an operation on the dialog.
|
void |
MAPDialog.sendNoHandoverNumberAvailableError(int invokeId)
Issues a noHandoverNumberAvailable error response for an operation on the dialog.
|
void |
MAPDialog.sendNoRadioResourceAvailableError(int invokeId)
Issues a noRadioResourceAvailable error response for an operation on the dialog.
|
void |
MAPDialog.sendNoRoamingNumberAvailableError(int invokeId,
MAPNoRoamingNbParam error)
Issues a noRoamingNumberAvailable error response for an operation on the dialog.
|
void |
MAPDialog.sendNoSubscriberReplyError(int invokeId,
MAPNoSubscriberReplyParam error)
Issues a noSubscriberReply error response for an operation on the dialog.
|
int |
MAPDialog.sendNoteInternalHandover(MAPNoteInternalHandoverArg argument)
Issues a noteInternalHandover_v1 operation request on the dialog.
|
int |
MAPDialog.sendNoteMM_Event(long timeout,
MAPNoteMM_EventArg argument)
Issues a noteMM_Event operation request on the dialog.
|
void |
MAPDialog.sendNoteMM_EventResponse(int invokeId,
MAPNoteMM_EventRes result)
Issues a response to a noteMM_Event operation on the dialog.
|
int |
MAPDialog.sendNoteMSPresent(IMSIAddress argument)
Issues a noteMSPresent_v1 operation request on the dialog.
|
int |
MAPDialog.sendNoteMsPresentForGprs(long timeout,
MAPNoteMsPresentForGprsArg argument)
Issues a noteMsPresentForGprs operation request on the dialog.
|
void |
MAPDialog.sendNoteMsPresentForGprsResponse(int invokeId,
MAPNoteMsPresentForGprsRes result)
Issues a response to a noteMsPresentForGprs operation on the dialog.
|
int |
MAPDialog.sendNoteSubscriberDataModified(long timeout,
MAPNoteSubscriberDataModifiedArg argument)
Issues a noteSubscriberDataModified operation request on the dialog.
|
void |
MAPDialog.sendNoteSubscriberDataModifiedResponse(int invokeId,
MAPNoteSubscriberDataModifiedRes result)
Issues a response to a noteSubscriberDataModified operation on the dialog.
|
void |
MAPDialog.sendNumberChangedError(int invokeId,
MAPNumberChangedParam error)
Issues a numberChanged error response for an operation on the dialog.
|
void |
MAPDialog.sendNumberOfPW_AttemptsViolationError(int invokeId)
Issues a numberOfPW_AttemptsViolation error response for an operation on the dialog.
|
void |
MAPDialog.sendOngoingGroupCallError(int invokeId,
MAPOngoingGroupCallParam error)
Issues an ongoingGroupCall error response for an operation on the dialog.
|
void |
MAPDialog.sendOr_NotAllowedError(int invokeId,
MAPOR_NotAllowedParam error)
Issues an or_NotAllowed error response for an operation on the dialog.
|
int |
MAPDialog.sendPerformHandover(long timeout,
MAPPerformHandoverArg argument)
Issues a performHandover_v1 operation request on the dialog.
|
void |
MAPDialog.sendPerformHandoverResponse(int invokeId,
MAPPerformHandoverRes result)
Issues a response to a performHandover_v1 operation on the dialog.
|
int |
MAPDialog.sendPerformSubsequentHandover(long timeout,
MAPPerformSubsequentHandoverArg argument)
Issues a performSubsequentHandover_v1 operation request on the dialog.
|
void |
MAPDialog.sendPerformSubsequentHandoverResponse(int invokeId,
MAPExternalSignalInfo result)
Issues a response to a performSubsequentHandover_v1 operation on the dialog.
|
void |
MAPDialog.sendPositionMethodFailureError(int invokeId,
MAPPositionMethodFailure_Param error)
Issues a positionMethodFailure error response for an operation on the dialog.
|
int |
MAPDialog.sendPrepareGroupCall(long timeout,
MAPPrepareGroupCallArg argument)
Issues a prepareGroupCall operation request on the dialog.
|
void |
MAPDialog.sendPrepareGroupCallResponse(int invokeId,
MAPPrepareGroupCallRes result)
Issues a response to a prepareGroupCall operation on the dialog.
|
int |
MAPDialog.sendPrepareHandover(long timeout,
MAPPrepareHO_Arg argument)
Issues a prepareHandover operation request on the dialog.
|
void |
MAPDialog.sendPrepareHandoverResponse(int invokeId,
MAPPrepareHO_Res result)
Issues a response to a prepareHandover operation on the dialog.
|
int |
MAPDialog.sendPrepareSubsequentHandover(long timeout,
MAPPrepareSubsequentHO_Arg argument)
Issues a prepareSubsequentHandover operation request on the dialog.
|
void |
MAPDialog.sendPrepareSubsequentHandoverResponse(int invokeId,
MAPPrepareSubsequentHO_Res result)
Issues a response to a prepareSubsequentHandover operation on the dialog.
|
int |
MAPDialog.sendProcessAccessSignalling(MAPProcessAccessSignalling_Arg argument)
Issues a processAccessSignalling operation request on the dialog.
|
int |
MAPDialog.sendProcessGroupCallSignalling(MAPProcessGroupCallSignallingArg argument)
Issues a processGroupCallSignalling operation request on the dialog.
|
int |
MAPDialog.sendProcessUnstructuredSS_Request(long timeout,
MAPUSSD_Arg argument)
Issues a processUnstructuredSS_Request operation request on the dialog.
|
void |
MAPDialog.sendProcessUnstructuredSS_RequestResponse(int invokeId,
MAPUSSD_Res result)
Issues a response to a processUnstructuredSS_Request operation on the dialog.
|
int |
MAPDialog.sendProcessUnstructuredSsData(long timeout,
String argument)
Issues a processUnstructuredSsData_v1 operation request on the dialog.
|
void |
MAPDialog.sendProcessUnstructuredSsDataResponse(int invokeId,
String result)
Issues a response to a processUnstructuredSsData_v1 operation on the dialog.
|
int |
MAPDialog.sendProvideRoamingNumber(long timeout,
MAPProvideRoamingNumberArg argument)
Issues a provideRoamingNumber_v1 operation request on the dialog.
|
void |
MAPDialog.sendProvideRoamingNumberResponse(int invokeId,
MAPProvideRoamingNumberResSeq result)
Issues a response to a provideRoamingNumber_v1 operation on the dialog.
|
int |
MAPDialog.sendProvideSIWFSNumber(long timeout,
MAPProvideSIWFSNumberArg argument)
Issues a provideSIWFSNumber operation request on the dialog.
|
void |
MAPDialog.sendProvideSIWFSNumberResponse(int invokeId,
MAPProvideSIWFSNumberRes result)
Issues a response to a provideSIWFSNumber operation on the dialog.
|
int |
MAPDialog.sendProvideSubscriberInfo(long timeout,
MAPProvideSubscriberInfoArg argument)
Issues a provideSubscriberInfo operation request on the dialog.
|
void |
MAPDialog.sendProvideSubscriberInfoResponse(int invokeId,
MAPProvideSubscriberInfoRes result)
Issues a response to a provideSubscriberInfo operation on the dialog.
|
int |
MAPDialog.sendProvideSubscriberLocation(long timeout,
MAPProvideSubscriberLocation_Arg argument)
Issues a provideSubscriberLocation operation request on the dialog.
|
void |
MAPDialog.sendProvideSubscriberLocationResponse(int invokeId,
MAPProvideSubscriberLocation_Res result)
Issues a response to a provideSubscriberLocation operation on the dialog.
|
int |
MAPDialog.sendPurgeMS(long timeout,
MAPPurgeMS_Arg argument)
Issues a purgeMS operation request on the dialog.
|
void |
MAPDialog.sendPurgeMSResponse(int invokeId)
Issues a response to a purgeMS operation on the dialog.
|
void |
MAPDialog.sendPurgeMSResponse(int invokeId,
MAPPurgeMS_Res result)
Issues a response to a purgeMS operation on the dialog.
|
void |
MAPDialog.sendPw_RegistrationFailureError(int invokeId,
MAPPW_RegistrationFailureCause error)
Issues a pw_RegistrationFailure error response for an operation on the dialog.
|
int |
MAPDialog.sendReadyForSM(long timeout,
MAPReadyForSM_Arg argument)
Issues a readyForSM operation request on the dialog.
|
void |
MAPDialog.sendReadyForSMResponse(int invokeId)
Issues a response to a readyForSM operation on the dialog.
|
void |
MAPDialog.sendReadyForSMResponse(int invokeId,
MAPReadyForSM_Res result)
Issues a response to a readyForSM operation on the dialog.
|
int |
MAPDialog.sendRegisterCC_Entry(long timeout,
MAPRegisterCC_EntryArg argument)
Issues a registerCC_Entry operation request on the dialog.
|
void |
MAPDialog.sendRegisterCC_EntryResponse(int invokeId,
MAPRegisterCC_EntryRes result)
Issues a response to a registerCC_Entry operation on the dialog.
|
int |
MAPDialog.sendRegisterPassword(long timeout,
SSCode argument)
Issues a registerPassword_v1 operation request on the dialog.
|
void |
MAPDialog.sendRegisterPasswordResponse(int invokeId,
String result)
Issues a response to a registerPassword_v1 operation on the dialog.
|
int |
MAPDialog.sendRegisterSS(long timeout,
MAPRegisterSS_Arg argument)
Issues a registerSS_v1 operation request on the dialog.
|
void |
MAPDialog.sendRegisterSSResponse(int invokeId,
MAPSS_Information result)
Issues a response to a registerSS_v1 operation on the dialog.
|
int |
MAPDialog.sendReleaseResources(long timeout,
MAPReleaseResourcesArg argument)
Issues a releaseResources operation request on the dialog.
|
void |
MAPDialog.sendReleaseResourcesResponse(int invokeId,
MAPReleaseResourcesRes result)
Issues a response to a releaseResources operation on the dialog.
|
int |
MAPDialog.sendRemoteUserFree(long timeout,
MAPRemoteUserFreeArg argument)
Issues a remoteUserFree operation request on the dialog.
|
void |
MAPDialog.sendRemoteUserFreeResponse(int invokeId,
MAPRemoteUserFreeRes result)
Issues a response to a remoteUserFree operation on the dialog.
|
int |
MAPDialog.sendReportSM_DeliveryStatus(long timeout,
MAPReportSM_DeliveryStatusArg_v1 argument)
Issues a reportSM_DeliveryStatus_v1 operation request on the dialog.
|
void |
MAPDialog.sendReportSM_DeliveryStatusResponse(int invokeId)
Issues a response to a reportSM_DeliveryStatus_v1 operation on the dialog.
|
void |
MAPDialog.sendReportSM_DeliveryStatusResponse(int invokeId,
MAPReportSM_DeliveryStatusResSeq result)
Issues a response to a reportSM_DeliveryStatus_v1 operation on the dialog.
|
int |
MAPDialog.sendReset(MAPResetArg argument)
Issues a reset_v1 operation request on the dialog.
|
void |
MAPDialog.sendResourceLimitationError(int invokeId,
MAPResourceLimitationParam error)
Issues a resourceLimitation error response for an operation on the dialog.
|
int |
MAPDialog.sendRestoreData(long timeout,
MAPRestoreDataArg argument)
Issues a restoreData operation request on the dialog.
|
void |
MAPDialog.sendRestoreDataResponse(int invokeId,
MAPRestoreDataRes result)
Issues a response to a restoreData operation on the dialog.
|
int |
MAPDialog.sendResumeCallHandling(long timeout,
MAPResumeCallHandlingArg argument)
Issues a resumeCallHandling operation request on the dialog.
|
void |
MAPDialog.sendResumeCallHandlingResponse(int invokeId,
MAPResumeCallHandlingRes result)
Issues a response to a resumeCallHandling operation on the dialog.
|
void |
MAPDialog.sendRoamingNotAllowedError(int invokeId,
MAPRoamingNotAllowedParSeq error)
Issues a roamingNotAllowed error response for an operation on the dialog.
|
int |
MAPDialog.sendSendAuthenticationInfo(long timeout,
MAPSendAuthenticationInfoArgSeq argument)
Issues a sendAuthenticationInfo operation request on the dialog.
|
void |
MAPDialog.sendSendAuthenticationInfoResponse(int invokeId,
MAPSendAuthenticationInfoResSeq result)
Issues a response to a sendAuthenticationInfo operation on the dialog.
|
int |
MAPDialog.sendSendEndSignal(long timeout)
Issues a sendEndSignal_v1 operation request on the dialog.
|
int |
MAPDialog.sendSendEndSignal(long timeout,
MAPSendEndSignal_Arg argument)
Issues a sendEndSignal_v1 operation request on the dialog.
|
void |
MAPDialog.sendSendEndSignalResponse(int invokeId)
Issues a response to a sendEndSignal_v1 operation on the dialog.
|
void |
MAPDialog.sendSendEndSignalResponse(int invokeId,
MAPSendEndSignal_Res result)
Issues a response to a sendEndSignal operation on the dialog.
|
int |
MAPDialog.sendSendGroupCallEndSignal(long timeout,
MAPSendGroupCallEndSignalArg argument)
Issues a sendGroupCallEndSignal operation request on the dialog.
|
void |
MAPDialog.sendSendGroupCallEndSignalResponse(int invokeId,
MAPSendGroupCallEndSignalRes result)
Issues a response to a sendGroupCallEndSignal operation on the dialog.
|
int |
MAPDialog.sendSendGroupCallInfo(long timeout,
MAPSendGroupCallInfoArg argument)
Issues a sendGroupCallInfo operation request on the dialog.
|
void |
MAPDialog.sendSendGroupCallInfoResponse(int invokeId,
MAPSendGroupCallInfoRes result)
Issues a response to a sendGroupCallInfo operation on the dialog.
|
int |
MAPDialog.sendSendIdentification(long timeout,
MAPSendIdentificationArgSeq argument)
Issues a sendIdentification operation request on the dialog.
|
void |
MAPDialog.sendSendIdentificationResponse(int invokeId,
MAPSendIdentificationRes result)
Issues a response to a sendIdentification operation on the dialog.
|
int |
MAPDialog.sendSendIMSI(long timeout,
AddressString argument)
Issues a sendIMSI operation request on the dialog.
|
void |
MAPDialog.sendSendIMSIResponse(int invokeId,
IMSIAddress result)
Issues a response to a sendIMSI operation on the dialog.
|
int |
MAPDialog.sendSendParameters(long timeout,
MAPSendParametersArg argument)
Issues a sendParameters_v1 operation request on the dialog.
|
void |
MAPDialog.sendSendParametersResponse(int invokeId,
MAPSentParameter[] result)
Issues a response to a sendParameters_v1 operation on the dialog.
|
int |
MAPDialog.sendSendRoutingInfo(long timeout,
MAPSendRoutingInfoArg argument)
Issues a sendRoutingInfo operation request on the dialog.
|
int |
MAPDialog.sendSendRoutingInfoForGprs(long timeout,
MAPSendRoutingInfoForGprsArg argument)
Issues a sendRoutingInfoForGprs operation request on the dialog.
|
void |
MAPDialog.sendSendRoutingInfoForGprsResponse(int invokeId,
MAPSendRoutingInfoForGprsRes result)
Issues a response to a sendRoutingInfoForGprs operation on the dialog.
|
int |
MAPDialog.sendSendRoutingInfoForLCS(long timeout,
MAPRoutingInfoForLCS_Arg argument)
Issues a sendRoutingInfoForLCS operation request on the dialog.
|
void |
MAPDialog.sendSendRoutingInfoForLCSResponse(int invokeId,
MAPRoutingInfoForLCS_Res result)
Issues a response to a sendRoutingInfoForLCS operation on the dialog.
|
int |
MAPDialog.sendSendRoutingInfoForSM(long timeout,
MAPSendRoutingInfoForSMArg argument)
Issues a sendRoutingInfoForSM_v1 operation request on the dialog.
|
void |
MAPDialog.sendSendRoutingInfoForSMResponse(int invokeId,
MAPSendRoutingInfoForSMRes result)
Issues a response to a sendRoutingInfoForSM_v1 operation on the dialog.
|
void |
MAPDialog.sendSendRoutingInfoResponse(int invokeId,
MAPSendRoutingInfoRes result)
Issues a response to a sendRoutingInfo operation on the dialog.
|
int |
MAPDialog.sendSendRoutingInformation(long timeout,
MAPSendRoutingInformationArg argument)
Issues a sendRoutingInformation_v1 operation request on the dialog.
|
void |
MAPDialog.sendSendRoutingInformationResponse(int invokeId,
MAPSendRoutingInformationRes result)
Issues a response to a sendRoutingInformation_v1 operation on the dialog.
|
int |
MAPDialog.sendSetReportingState(long timeout,
MAPSetReportingStateArg argument)
Issues a setReportingState operation request on the dialog.
|
void |
MAPDialog.sendSetReportingStateResponse(int invokeId,
MAPSetReportingStateRes result)
Issues a response to a setReportingState operation on the dialog.
|
void |
MAPDialog.sendShortTermDenialError(int invokeId,
MAPShortTermDenialParam error)
Issues a shortTermDenial error response for an operation on the dialog.
|
int |
MAPDialog.sendSiwfs_SignallingModify(long timeout,
MAPSIWFSSignallingModifyArg argument)
Issues a siwfs_SignallingModify operation request on the dialog.
|
void |
MAPDialog.sendSiwfs_SignallingModifyResponse(int invokeId,
MAPSIWFSSignallingModifyRes result)
Issues a response to a siwfs_SignallingModify operation on the dialog.
|
void |
MAPDialog.sendSm_DeliveryFailureError(int invokeId,
MAPSM_DeliveryFailureCause error)
Issues a sm_DeliveryFailure error response for an operation on the dialog.
|
void |
MAPDialog.sendSs_ErrorStatusError(int invokeId,
byte[] error)
Issues a ss_ErrorStatus error response for an operation on the dialog.
|
void |
MAPDialog.sendSs_IncompatibilityError(int invokeId,
MAPSS_IncompatibilityCause error)
Issues a ss_Incompatibility error response for an operation on the dialog.
|
int |
MAPDialog.sendSs_InvocationNotification(long timeout,
MAPSS_InvocationNotificationArg argument)
Issues a ss_InvocationNotification operation request on the dialog.
|
void |
MAPDialog.sendSs_InvocationNotificationResponse(int invokeId,
MAPSS_InvocationNotificationRes result)
Issues a response to a ss_InvocationNotification operation on the dialog.
|
void |
MAPDialog.sendSs_NotAvailableError(int invokeId,
MAPSS_NotAvailableParam error)
Issues a ss_NotAvailable error response for an operation on the dialog.
|
void |
MAPDialog.sendSs_SubscriptionViolationError(int invokeId,
MAPSS_SubscriptionOption_v1 error)
Issues a ss_SubscriptionViolation_v1 error response for an operation on the dialog.
|
int |
MAPDialog.sendStatusReport(long timeout,
MAPStatusReportArg argument)
Issues a statusReport operation request on the dialog.
|
void |
MAPDialog.sendStatusReportResponse(int invokeId,
MAPStatusReportRes result)
Issues a response to a statusReport operation on the dialog.
|
void |
MAPDialog.sendSubscriberBusyForMT_SMSError(int invokeId,
MAPSubBusyForMT_SMS_Param error)
Issues a subscriberBusyForMT_SMS error response for an operation on the dialog.
|
int |
MAPDialog.sendSubscriberLocationReport(long timeout,
MAPSubscriberLocationReport_Arg argument)
Issues a subscriberLocationReport operation request on the dialog.
|
void |
MAPDialog.sendSubscriberLocationReportResponse(int invokeId,
MAPSubscriberLocationReport_Res result)
Issues a response to a subscriberLocationReport operation on the dialog.
|
void |
MAPDialog.sendSubsequentHandoverFailureError(int invokeId)
Issues a subsequentHandoverFailure error response for an operation on the dialog.
|
void |
MAPDialog.sendSystemFailureError(int invokeId,
MAPSystemFailureParam error)
Issues a systemFailure error response for an operation on the dialog.
|
void |
MAPDialog.sendTargetCellOutsideGroupCallAreaError(int invokeId,
MAPTargetCellOutsideGCA_Param error)
Issues a targetCellOutsideGroupCallArea error response for an operation on the dialog.
|
void |
MAPDialog.sendTeleserviceNotProvisionedError(int invokeId,
MAPTeleservNotProvParam error)
Issues a teleserviceNotProvisioned error response for an operation on the dialog.
|
int |
MAPDialog.sendTraceSubscriberActivity(MAPTraceSubscriberActivityArg argument)
Issues a traceSubscriberActivity_v1 operation request on the dialog.
|
void |
MAPDialog.sendTracingBufferFullError(int invokeId,
MAPTracingBufferFullParam error)
Issues a tracingBufferFull error response for an operation on the dialog.
|
void |
MAPDialog.sendUnauthorizedLCSClientError(int invokeId,
MAPUnauthorizedLCSClient_Param error)
Issues an unauthorizedLCSClient error response for an operation on the dialog.
|
void |
MAPDialog.sendUnauthorizedRequestingNetworkError(int invokeId,
MAPUnauthorizedRequestingNetwork_Param error)
Issues an unauthorizedRequestingNetwork error response for an operation on the dialog.
|
void |
MAPDialog.sendUnexpectedDataValueError(int invokeId,
MAPUnexpectedDataParam error)
Issues an unexpectedDataValue error response for an operation on the dialog.
|
void |
MAPDialog.sendUnidentifiedSubscriberError(int invokeId,
MAPUnidentifiedSubParam error)
Issues an unidentifiedSubscriber error response for an operation on the dialog.
|
void |
MAPDialog.sendUnknownAlphabetError(int invokeId)
Issues an unknownAlphabet error response for an operation on the dialog.
|
void |
MAPDialog.sendUnknownBaseStationError(int invokeId)
Issues an unknownBaseStation error response for an operation on the dialog.
|
void |
MAPDialog.sendUnknownEquipmentError(int invokeId)
Issues an unknownEquipment error response for an operation on the dialog.
|
void |
MAPDialog.sendUnknownMSCError(int invokeId)
Issues an unknownMSC error response for an operation on the dialog.
|
void |
MAPDialog.sendUnknownOrUnreachableLCSClientError(int invokeId,
MAPUnknownOrUnreachableLCSClient_Param error)
Issues an unknownOrUnreachableLCSClient error response for an operation on the dialog.
|
void |
MAPDialog.sendUnknownSubscriberError(int invokeId,
MAPUnknownSubscriberParam error)
Issues an unknownSubscriber error response for an operation on the dialog.
|
int |
MAPDialog.sendUnstructuredSS_Notify(long timeout,
MAPUSSD_Arg argument)
Issues an unstructuredSS_Notify operation request on the dialog.
|
void |
MAPDialog.sendUnstructuredSS_NotifyResponse(int invokeId)
Issues a response to an unstructuredSS_Notify operation on the dialog.
|
int |
MAPDialog.sendUnstructuredSS_Request(long timeout,
MAPUSSD_Arg argument)
Issues an unstructuredSS_Request operation request on the dialog.
|
void |
MAPDialog.sendUnstructuredSS_RequestResponse(int invokeId,
MAPUSSD_Res result)
Issues a response to an unstructuredSS_Request operation on the dialog.
|
int |
MAPDialog.sendUpdateGprsLocation(long timeout,
MAPUpdateGprsLocationArg argument)
Issues an updateGprsLocation operation request on the dialog.
|
void |
MAPDialog.sendUpdateGprsLocationResponse(int invokeId,
MAPUpdateGprsLocationRes result)
Issues a response to an updateGprsLocation operation on the dialog.
|
int |
MAPDialog.sendUpdateLocation(long timeout,
MAPUpdateLocationArg argument)
Issues an updateLocation_v1 operation request on the dialog.
|
void |
MAPDialog.sendUpdateLocationResponse(int invokeId,
MAPUpdateLocation_v1ResSeq result)
Issues a response to an updateLocation_v1 operation on the dialog.
|
void |
MAPDialog.sendUssd_BusyError(int invokeId)
Issues an ussd_Busy error response for an operation on the dialog.
|