public abstract class HrSriClientSbb extends HomeRoutingCommonSbb implements HrSriForwardInterface
| Modifier and Type | Field and Description |
|---|---|
protected org.mobicents.protocols.ss7.map.api.MAPApplicationContextVersion |
maxMAPApplicationContextVersion |
homeRoutingManagement, logger, MAP_USER_ABORT_CHOICE_UNKNOWN, MAP_USER_ABORT_CHOICE_USER_RESOURCE_LIMITATION, MAP_USER_ABORT_CHOICE_USER_SPECIFIC_REASON, mapAcif, mapErrorMessageFactory, mapParameterFactory, mapProvider, persistence, sbbContext, sccpParameterFact, smscPropertiesManagement, smscStatAggregator| Constructor and Description |
|---|
HrSriClientSbb() |
| Modifier and Type | Method and Description |
|---|---|
abstract CorrelationIdValue |
getCorrelationIdValue() |
abstract org.mobicents.protocols.ss7.map.api.errors.MAPErrorMessage |
getErrorResponse() |
abstract int |
getInProcess() |
abstract org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMResponse |
getSendRoutingInfoForSMResponse() |
abstract int |
getSriMapVersion() |
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)
Dialog Events
|
void |
onDialogNotice(org.mobicents.slee.resource.map.events.DialogNotice 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 |
onDialogRequest(org.mobicents.slee.resource.map.events.DialogRequest 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
|
abstract void |
setCorrelationIdValue(CorrelationIdValue correlationIdValue)
CMD
|
abstract void |
setErrorResponse(org.mobicents.protocols.ss7.map.api.errors.MAPErrorMessage errorResponse) |
abstract void |
setInProcess(int inProcess) |
void |
setSbbContext(javax.slee.SbbContext sbbContext)
SBB Local Object Methods
|
abstract void |
setSendRoutingInfoForSMResponse(org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMResponse sendRoutingInfoForSMResponse) |
abstract void |
setSriMapVersion(int sriMapVersion) |
void |
setupSriRequest(CorrelationIdValue correlationIdValue) |
getCalledPartyISDNAddressString, getNetworkNodeNumber, getRejectComponentReason, getServiceCenterAddressString, getServiceCenterSccpAddress, getUserAbortReason, onDialogAccept, onDialogRelease, onInvokeTimeout, sbbActivate, sbbCreate, sbbExceptionThrown, sbbLoad, sbbPassivate, sbbPostCreate, sbbRemove, sbbRolledBack, sbbStore, unsetSbbContextprotected org.mobicents.protocols.ss7.map.api.MAPApplicationContextVersion maxMAPApplicationContextVersion
public void onDialogRequest(org.mobicents.slee.resource.map.events.DialogRequest evt,
javax.slee.ActivityContextInterface aci)
onDialogRequest in class HomeRoutingCommonSbbpublic void onDialogDelimiter(org.mobicents.slee.resource.map.events.DialogDelimiter evt,
javax.slee.ActivityContextInterface aci)
HomeRoutingCommonSbbonDialogDelimiter in class HomeRoutingCommonSbbpublic void onDialogClose(org.mobicents.slee.resource.map.events.DialogClose evt,
javax.slee.ActivityContextInterface aci)
onDialogClose in class HomeRoutingCommonSbbpublic void onRejectComponent(org.mobicents.slee.resource.map.events.RejectComponent event,
javax.slee.ActivityContextInterface aci)
onRejectComponent in class HomeRoutingCommonSbbpublic void onDialogReject(org.mobicents.slee.resource.map.events.DialogReject evt,
javax.slee.ActivityContextInterface aci)
onDialogReject in class HomeRoutingCommonSbbpublic void onDialogUserAbort(org.mobicents.slee.resource.map.events.DialogUserAbort evt,
javax.slee.ActivityContextInterface aci)
onDialogUserAbort in class HomeRoutingCommonSbbpublic void onDialogProviderAbort(org.mobicents.slee.resource.map.events.DialogProviderAbort evt,
javax.slee.ActivityContextInterface aci)
onDialogProviderAbort in class HomeRoutingCommonSbbpublic void onDialogNotice(org.mobicents.slee.resource.map.events.DialogNotice evt,
javax.slee.ActivityContextInterface aci)
onDialogNotice in class HomeRoutingCommonSbbpublic void onDialogTimeout(org.mobicents.slee.resource.map.events.DialogTimeout evt,
javax.slee.ActivityContextInterface aci)
onDialogTimeout in class HomeRoutingCommonSbbpublic 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)
public void onErrorComponent(org.mobicents.slee.resource.map.events.ErrorComponent event,
javax.slee.ActivityContextInterface aci)
onErrorComponent in class HomeRoutingCommonSbbpublic abstract void setCorrelationIdValue(CorrelationIdValue correlationIdValue)
public abstract CorrelationIdValue getCorrelationIdValue()
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 void setSriMapVersion(int sriMapVersion)
public abstract int getSriMapVersion()
public abstract void setInProcess(int inProcess)
public abstract int getInProcess()
public void setSbbContext(javax.slee.SbbContext sbbContext)
setSbbContext in interface javax.slee.SbbsetSbbContext in class HomeRoutingCommonSbbpublic void setupSriRequest(CorrelationIdValue correlationIdValue)
setupSriRequest in interface HrSriForwardInterfaceCopyright © 2016. All Rights Reserved.