public abstract class SriSbb extends MtCommonSbb implements ReportSMDeliveryStatusInterface2
| Modifier and Type | Field and Description |
|---|---|
protected org.mobicents.protocols.ss7.map.api.MAPApplicationContextVersion |
maxMAPApplicationContextVersion |
MAP_USER_ABORT_CHOICE_UNKNOWN, MAP_USER_ABORT_CHOICE_USER_RESOURCE_LIMITATION, MAP_USER_ABORT_CHOICE_USER_SPECIFIC_REASON, mapAcif, mapParameterFactory, mapProvider, mapSmsTpduParameterFactory, sccpParameterFact, smscStatAggregatordlvIsInited, logger, persistence, sbbContext, scheduler, smscPropertiesManagement, timerFacility| Constructor and Description |
|---|
SriSbb() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
fireSendMtEvent(SendMtEvent event,
javax.slee.ActivityContextInterface aci,
javax.slee.Address address) |
abstract org.mobicents.protocols.ss7.map.api.errors.MAPErrorMessage |
getErrorResponse() |
abstract InformServiceCenterContainer |
getInformServiceCenterContainer() |
abstract org.mobicents.slee.ChildRelationExt |
getMtSbb() |
abstract org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMResponse |
getSendRoutingInfoForSMResponse() |
void |
onActivityEndEvent(javax.slee.ActivityEndEvent event,
javax.slee.ActivityContextInterface aci,
javax.slee.EventContext eventContext) |
void |
onDialogClose(org.mobicents.slee.resource.map.events.DialogClose evt,
javax.slee.ActivityContextInterface aci) |
void |
onDialogDelimiter(org.mobicents.slee.resource.map.events.DialogDelimiter evt,
javax.slee.ActivityContextInterface aci) |
void |
onDialogProviderAbort(org.mobicents.slee.resource.map.events.DialogProviderAbort evt,
javax.slee.ActivityContextInterface aci) |
void |
onDialogReject(org.mobicents.slee.resource.map.events.DialogReject evt,
javax.slee.ActivityContextInterface aci) |
void |
onDialogTimeout(org.mobicents.slee.resource.map.events.DialogTimeout evt,
javax.slee.ActivityContextInterface aci) |
void |
onDialogUserAbort(org.mobicents.slee.resource.map.events.DialogUserAbort evt,
javax.slee.ActivityContextInterface aci) |
void |
onErrorComponent(org.mobicents.slee.resource.map.events.ErrorComponent event,
javax.slee.ActivityContextInterface aci) |
void |
onInformServiceCentreRequest(org.mobicents.protocols.ss7.map.api.service.sms.InformServiceCentreRequest evt,
javax.slee.ActivityContextInterface aci) |
void |
onRejectComponent(org.mobicents.slee.resource.map.events.RejectComponent event,
javax.slee.ActivityContextInterface aci) |
void |
onSendRoutingInfoForSMRequest(org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMRequest evt,
javax.slee.ActivityContextInterface aci)
Received SRI request.
|
void |
onSendRoutingInfoForSMResponse(org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMResponse evt,
javax.slee.ActivityContextInterface aci)
Received response for SRI sent earlier
|
void |
onServiceStartedEvent(javax.slee.serviceactivity.ServiceStartedEvent event,
javax.slee.ActivityContextInterface aci,
javax.slee.EventContext eventContext) |
void |
onSms(SmsSetEvent event,
javax.slee.ActivityContextInterface aci,
javax.slee.EventContext eventContext) |
abstract void |
setErrorResponse(org.mobicents.protocols.ss7.map.api.errors.MAPErrorMessage errorResponse) |
abstract void |
setInformServiceCenterContainer(InformServiceCenterContainer informServiceCenterContainer) |
void |
setSbbContext(javax.slee.SbbContext sbbContext) |
abstract void |
setSendRoutingInfoForSMResponse(org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMResponse sendRoutingInfoForSMResponse) |
convertAddressFieldToSCCPAddress, fireSendRsdsEvent, getCalledPartyISDNAddressString, getRejectComponentReason, getRsdsSbb, getServiceCenterAddressString, getServiceCenterSccpAddress, getSRIMAPApplicationContext, getSriMapVersion, getUserAbortReason, onDeliveryError, onDeliveryTimeout, onDialogAccept, onDialogNotice, onDialogRelease, onDialogRequest, onImsiDrop, onInvokeTimeout, sbbLoad, sbbStore, setSriMapVersion, setupReportSMDeliveryStatusRequestaddInitialMessageSet, addInitialMessageSet, applyMprocRulesOnFailure, applyMprocRulesOnImsiResponse, applyMprocRulesOnSuccess, cancelDeliveryTimer, commitSendingPoolMsgCount, confirmMessageInSendingPool, createFailureLists, endDeliveryAfterValidityPeriod, endRegisterMessageInSendingPool, generateCDR, generateCDRs, generateFailureReceipts, generateIntermediateReceipts, generateSuccessReceipt, generateTemporaryFailureCDR, getCurrentMsgNum, getCurrentMsgNumValue, getDeliveryTimerID, getDlvIsEnded, getDlvIsInited, getMessageInSendingPool, getNextMessageReferenceNumber, getPendingRequestsList, getSchedulerActivityContextInterface, getSendingPoolMessageCount, getSmsSet, getTargetId, getTotalUnsentMessageCount, getUnconfirmedMessageCountInSendingPool, getUnsentMessage, isDeliveringEnded, isMessageConfirmedInSendingPool, markDeliveringIsEnded, obtainNextMessage, obtainNextMessagesSendingPool, onTimerEvent, postProcessPermFailures, postProcessRerouted, postProcessSucceeded, postProcessTempFailures, registerMessageInSendingPool, rescheduleDeliveryTimer, sbbActivate, sbbCreate, sbbExceptionThrown, sbbPassivate, sbbPostCreate, sbbRemove, sbbRolledBack, sendTransactionalResponseFailure, sendTransactionalResponseSuccess, setCurrentMsgNum, setDeliveryTimerID, setDlvIsEnded, setDlvIsInited, setPendingRequestsList, setTargetId, unsetSbbContextprotected org.mobicents.protocols.ss7.map.api.MAPApplicationContextVersion maxMAPApplicationContextVersion
public void setSbbContext(javax.slee.SbbContext sbbContext)
setSbbContext in interface javax.slee.SbbsetSbbContext in class MtCommonSbbpublic void onServiceStartedEvent(javax.slee.serviceactivity.ServiceStartedEvent event,
javax.slee.ActivityContextInterface aci,
javax.slee.EventContext eventContext)
public void onActivityEndEvent(javax.slee.ActivityEndEvent event,
javax.slee.ActivityContextInterface aci,
javax.slee.EventContext eventContext)
public abstract void setInformServiceCenterContainer(InformServiceCenterContainer informServiceCenterContainer)
public abstract InformServiceCenterContainer getInformServiceCenterContainer()
public abstract void setSendRoutingInfoForSMResponse(org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMResponse sendRoutingInfoForSMResponse)
public abstract org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMResponse getSendRoutingInfoForSMResponse()
public abstract void setErrorResponse(org.mobicents.protocols.ss7.map.api.errors.MAPErrorMessage errorResponse)
public abstract org.mobicents.protocols.ss7.map.api.errors.MAPErrorMessage getErrorResponse()
public abstract org.mobicents.slee.ChildRelationExt getMtSbb()
public abstract void fireSendMtEvent(SendMtEvent event, javax.slee.ActivityContextInterface aci, javax.slee.Address address)
public void onSms(SmsSetEvent event, javax.slee.ActivityContextInterface aci, javax.slee.EventContext eventContext)
public void onErrorComponent(org.mobicents.slee.resource.map.events.ErrorComponent event,
javax.slee.ActivityContextInterface aci)
onErrorComponent in class MtCommonSbbpublic void onRejectComponent(org.mobicents.slee.resource.map.events.RejectComponent event,
javax.slee.ActivityContextInterface aci)
onRejectComponent in class MtCommonSbbpublic void onDialogReject(org.mobicents.slee.resource.map.events.DialogReject evt,
javax.slee.ActivityContextInterface aci)
onDialogReject in class MtCommonSbbpublic void onDialogProviderAbort(org.mobicents.slee.resource.map.events.DialogProviderAbort evt,
javax.slee.ActivityContextInterface aci)
onDialogProviderAbort in class MtCommonSbbpublic void onDialogUserAbort(org.mobicents.slee.resource.map.events.DialogUserAbort evt,
javax.slee.ActivityContextInterface aci)
onDialogUserAbort in class MtCommonSbbpublic void onDialogTimeout(org.mobicents.slee.resource.map.events.DialogTimeout evt,
javax.slee.ActivityContextInterface aci)
onDialogTimeout in class MtCommonSbbpublic void onDialogDelimiter(org.mobicents.slee.resource.map.events.DialogDelimiter evt,
javax.slee.ActivityContextInterface aci)
onDialogDelimiter in class MtCommonSbbpublic void onDialogClose(org.mobicents.slee.resource.map.events.DialogClose evt,
javax.slee.ActivityContextInterface aci)
onDialogClose in class MtCommonSbbpublic void onSendRoutingInfoForSMRequest(org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMRequest evt,
javax.slee.ActivityContextInterface aci)
evt - aci - public void onSendRoutingInfoForSMResponse(org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMResponse evt,
javax.slee.ActivityContextInterface aci)
evt - aci - public void onInformServiceCentreRequest(org.mobicents.protocols.ss7.map.api.service.sms.InformServiceCentreRequest evt,
javax.slee.ActivityContextInterface aci)
Copyright © 2016. All Rights Reserved.