public abstract class HrSriServerSbb extends HomeRoutingCommonSbb implements HrSriResultInterface
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, MPROC_RATYPE_ID, persistence, sbbContext, sccpParameterFact, smscPropertiesManagement, smscStatAggregator| Constructor and Description |
|---|
HrSriServerSbb() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.mobicents.slee.ChildRelationExt |
getHrSriClientSbb()
Get HrSriClientSbb child SBB
|
abstract long |
getInvokeId() |
abstract java.lang.String |
getSmscAddressForCountryCode() |
javax.slee.InitialEventSelector |
initialEventSelect(javax.slee.InitialEventSelector ies)
Initial event selector method to check if the Event should initalize the
|
void |
onActivityEndEvent(javax.slee.ActivityEndEvent event,
javax.slee.ActivityContextInterface aci,
javax.slee.EventContext eventContext) |
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 |
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 |
onSriFailure(CorrelationIdValue correlationIdValue,
org.mobicents.protocols.ss7.map.api.errors.MAPErrorMessage errorResponse,
java.lang.String cause) |
void |
onSriHrByPass(CorrelationIdValue correlationIdValue) |
void |
onSriSuccess(CorrelationIdValue correlationIdValue,
boolean sriBypass)
HrSriResultInterface
|
abstract void |
setInvokeId(long invokeId)
CMD
|
abstract void |
setSmscAddressForCountryCode(java.lang.String smscAddress) |
getCalledPartyISDNAddressString, getMProcRuleRa, getNetworkNodeNumber, getRejectComponentReason, getServiceCenterAddressString, getServiceCenterSccpAddress, getUserAbortReason, onDialogAccept, onDialogClose, onDialogRelease, onInvokeTimeout, sbbActivate, sbbCreate, sbbExceptionThrown, sbbLoad, sbbPassivate, sbbPostCreate, sbbRemove, sbbRolledBack, sbbStore, setSbbContext, unsetSbbContextpublic 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 onErrorComponent(org.mobicents.slee.resource.map.events.ErrorComponent event,
javax.slee.ActivityContextInterface aci)
onErrorComponent 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 javax.slee.InitialEventSelector initialEventSelect(javax.slee.InitialEventSelector ies)
public 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 abstract void setInvokeId(long invokeId)
public abstract long getInvokeId()
public abstract void setSmscAddressForCountryCode(java.lang.String smscAddress)
public abstract java.lang.String getSmscAddressForCountryCode()
public 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 org.mobicents.slee.ChildRelationExt getHrSriClientSbb()
public void onSriSuccess(CorrelationIdValue correlationIdValue, boolean sriBypass)
onSriSuccess in interface HrSriResultInterfacepublic void onSriHrByPass(CorrelationIdValue correlationIdValue)
onSriHrByPass in interface HrSriResultInterfacepublic void onSriFailure(CorrelationIdValue correlationIdValue, org.mobicents.protocols.ss7.map.api.errors.MAPErrorMessage errorResponse, java.lang.String cause)
onSriFailure in interface HrSriResultInterfaceCopyright © 2017. All Rights Reserved.