public interface CAP3Dialog extends CAP2Dialog
Dialog.State
Modifier and Type | Method and Description |
---|---|
int |
sendActivityTestGPRS(long timeout)
Issues an activityTestGPRS operation request on the dialog.
|
void |
sendActivityTestGPRSResponse(int invokeId)
Issues a response to an activityTestGPRS operation on the dialog.
|
int |
sendApplyChargingGPRS(CAP3ApplyChargingGPRSArg argument)
Issues an applyChargingGPRS operation request on the dialog.
|
int |
sendApplyChargingReportGPRS(long timeout,
CAP3ApplyChargingReportGPRSArg argument)
Issues an applyChargingReportGPRS operation request on the dialog.
|
void |
sendApplyChargingReportGPRSResponse(int invokeId)
Issues a response to an applyChargingReportGPRS operation on the dialog.
|
int |
sendCancelGPRS(CAP3CancelGPRSArg argument)
Issues a cancelGPRS operation request on the dialog.
|
int |
sendConnectGPRS(CAP3ConnectGPRSArg argument)
Issues a connectGPRS operation request on the dialog.
|
int |
sendConnectSMS(CAP3ConnectSMSArg argument)
Issues a connectSMS operation request on the dialog.
|
int |
sendContinueGPRS(CAP3ContinueGPRSArg argument)
Issues a continueGPRS operation request on the dialog.
|
int |
sendContinueSMS()
Issues a continueSMS operation request on the dialog.
|
int |
sendContinueWithArgument(CAP3ContinueWithArgumentArg argument)
Issues a continueWithArgument operation request on the dialog.
|
int |
sendEntityReleasedGPRS(long timeout,
CAP3EntityReleasedGPRSArg argument)
Issues an entityReleasedGPRS operation request on the dialog.
|
void |
sendEntityReleasedGPRSResponse(int invokeId)
Issues a response to an entityReleasedGPRS operation on the dialog.
|
int |
sendEventReportGPRS(long timeout,
CAP3EventReportGPRSArg argument)
Issues an eventReportGPRS operation request on the dialog.
|
void |
sendEventReportGPRSResponse(int invokeId)
Issues a response to an eventReportGPRS operation on the dialog.
|
int |
sendEventReportSMS(CAP3EventReportSMSArg argument)
Issues an eventReportSMS operation request on the dialog.
|
int |
sendFurnishChargingInformationGPRS(CAP3FurnishChargingInformationGPRSArg argument)
Issues a furnishChargingInformationGPRS operation request on the dialog.
|
int |
sendFurnishChargingInformationSMS(CAP3FurnishChargingInformationSMSArg argument)
Issues a furnishChargingInformationSMS operation request on the dialog.
|
int |
sendInitialDPGPRS(CAP3InitialDPGPRSArg argument)
Issues an initialDPGPRS operation request on the dialog.
|
int |
sendInitialDPSMS(CAP3InitialDPSMSArg argument)
Issues an initialDPSMS operation request on the dialog.
|
int |
sendReleaseGPRS(CAP3ReleaseGPRSArg argument)
Issues a releaseGPRS operation request on the dialog.
|
int |
sendReleaseSMS(RPCause argument)
Issues a releaseSMS operation request on the dialog.
|
int |
sendRequestReportGPRSEvent(CAP3RequestReportGPRSEventArg argument)
Issues a requestReportGPRSEvent operation request on the dialog.
|
int |
sendRequestReportSMSEvent(CAP3RequestReportSMSEventArg argument)
Issues a requestReportSMSEvent operation request on the dialog.
|
int |
sendResetTimerGPRS(CAP3ResetTimerGPRSArg argument)
Issues a resetTimerGPRS operation request on the dialog.
|
int |
sendResetTimerSMS(CAP3ResetTimerSMSArg argument)
Issues a resetTimerSMS operation request on the dialog.
|
int |
sendSendChargingInformationGPRS(CAP3SendChargingInformationGPRSArg argument)
Issues a sendChargingInformationGPRS operation request on the dialog.
|
void |
sendUnknownPDPIDError(int invokeId)
Issues an unknownPDPID error response for an operation on the dialog.
|
sendActivityTest, sendActivityTestResponse, sendApplyCharging, sendApplyChargingReport, sendAssistRequestInstructions, sendCallGap, sendCallInformationReport, sendCallInformationRequest, sendCancel, sendCancelFailedError, sendCancelledError, sendConnect, sendConnectToResource, sendContinue, sendDisconnectForwardConnection, sendEstablishTemporaryConnection, sendETCFailedError, sendEventReportBCSM, sendFurnishChargingInformation, sendImproperCallerResponseError, sendInitialDP, sendMissingCustomerRecordError, sendMissingParameterError, sendParameterOutOfRangeError, sendPlayAnnouncement, sendPromptAndCollectUserInformation, sendPromptAndCollectUserInformationResponse, sendReleaseCall, sendRequestedInfoErrorError, sendRequestReportBCSMEvent, sendResetTimer, sendSendChargingInformation, sendSpecializedResourceReport, sendSystemFailureError, sendTaskRefusedError, sendUnavailableResourceError, sendUnexpectedComponentSequenceError, sendUnexpectedDataValueError, sendUnexpectedParameterError, sendUnknownLegIDError
acceptDialog, acceptDialog, equals, getApplicationContext, getApplicationContextName, getDialogID, getDialogState, getLocalTransactionID, getMTPPriority, getProvider, getRemoteTransactionID, getSCCPClass, getSCCPReturnOption, hashCode, isStateless, refuseDialog, refuseDialog, sendClose, sendDelimiter, sendError, sendInvoke, sendResult, sendUserAbort, setActivityTimeout, setMTPPriority, setRemoteAddress, setSCCPClass, setSCCPReturnOption, toString
int sendActivityTestGPRS(long timeout) throws TooManyInvokesException, ProtocolException
timeout
- invoke timeout, in milliseconds; 0 uses the RA defaultTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonvoid sendActivityTestGPRSResponse(int invokeId) throws ProtocolException
invokeId
- TCAP invoke ID for the operationProtocolException
- if the RA was unable to send the response for some reasonint sendApplyChargingGPRS(CAP3ApplyChargingGPRSArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendApplyChargingReportGPRS(long timeout, CAP3ApplyChargingReportGPRSArg argument) throws TooManyInvokesException, ProtocolException
timeout
- invoke timeout, in milliseconds; 0 uses the RA defaultargument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonvoid sendApplyChargingReportGPRSResponse(int invokeId) throws ProtocolException
invokeId
- TCAP invoke ID for the operationProtocolException
- if the RA was unable to send the response for some reasonint sendCancelGPRS(CAP3CancelGPRSArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendConnectGPRS(CAP3ConnectGPRSArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendConnectSMS(CAP3ConnectSMSArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendContinueGPRS(CAP3ContinueGPRSArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendContinueSMS() throws TooManyInvokesException, ProtocolException
TooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendContinueWithArgument(CAP3ContinueWithArgumentArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendEntityReleasedGPRS(long timeout, CAP3EntityReleasedGPRSArg argument) throws TooManyInvokesException, ProtocolException
timeout
- invoke timeout, in milliseconds; 0 uses the RA defaultargument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonvoid sendEntityReleasedGPRSResponse(int invokeId) throws ProtocolException
invokeId
- TCAP invoke ID for the operationProtocolException
- if the RA was unable to send the response for some reasonint sendEventReportGPRS(long timeout, CAP3EventReportGPRSArg argument) throws TooManyInvokesException, ProtocolException
timeout
- invoke timeout, in milliseconds; 0 uses the RA defaultargument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonvoid sendEventReportGPRSResponse(int invokeId) throws ProtocolException
invokeId
- TCAP invoke ID for the operationProtocolException
- if the RA was unable to send the response for some reasonint sendEventReportSMS(CAP3EventReportSMSArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendFurnishChargingInformationGPRS(CAP3FurnishChargingInformationGPRSArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendFurnishChargingInformationSMS(CAP3FurnishChargingInformationSMSArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendInitialDPGPRS(CAP3InitialDPGPRSArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendInitialDPSMS(CAP3InitialDPSMSArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendReleaseGPRS(CAP3ReleaseGPRSArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendReleaseSMS(RPCause argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendRequestReportGPRSEvent(CAP3RequestReportGPRSEventArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendRequestReportSMSEvent(CAP3RequestReportSMSEventArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendResetTimerGPRS(CAP3ResetTimerGPRSArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendResetTimerSMS(CAP3ResetTimerSMSArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonint sendSendChargingInformationGPRS(CAP3SendChargingInformationGPRSArg argument) throws TooManyInvokesException, ProtocolException
argument
- argument valueTooManyInvokesException
- if no free invoke id is available on this dialogProtocolException
- if the RA was unable to send the invoke for some reasonvoid sendUnknownPDPIDError(int invokeId) throws ProtocolException
invokeId
- TCAP invoke ID for the operationProtocolException
- if the RA was unable to send the error response for some reason