public abstract class HomeRoutingCommonSbb extends Object implements javax.slee.Sbb
| Modifier and Type | Field and Description |
|---|---|
protected static HomeRoutingManagement |
homeRoutingManagement |
protected javax.slee.facilities.Tracer |
logger |
protected static String |
MAP_USER_ABORT_CHOICE_UNKNOWN |
protected static String |
MAP_USER_ABORT_CHOICE_USER_RESOURCE_LIMITATION |
protected static String |
MAP_USER_ABORT_CHOICE_USER_SPECIFIC_REASON |
protected org.mobicents.slee.resource.map.MAPContextInterfaceFactory |
mapAcif |
protected org.mobicents.protocols.ss7.map.api.errors.MAPErrorMessageFactory |
mapErrorMessageFactory |
protected org.mobicents.protocols.ss7.map.api.MAPParameterFactory |
mapParameterFactory |
protected org.mobicents.protocols.ss7.map.api.MAPProvider |
mapProvider |
protected PersistenceRAInterface |
persistence |
protected org.mobicents.slee.SbbContextExt |
sbbContext |
protected org.mobicents.protocols.ss7.sccp.parameter.ParameterFactory |
sccpParameterFact |
protected SmppSessions |
smppServerSessions |
protected static SmscPropertiesManagement |
smscPropertiesManagement |
protected SmscStatAggregator |
smscStatAggregator |
| Constructor and Description |
|---|
HomeRoutingCommonSbb(String className) |
| Modifier and Type | Method and Description |
|---|---|
protected org.mobicents.protocols.ss7.map.api.primitives.ISDNAddressString |
getCalledPartyISDNAddressString(String destinationAddress,
int ton,
int npi) |
protected org.mobicents.protocols.ss7.map.api.primitives.ISDNAddressString |
getNetworkNodeNumber(int networkId) |
protected String |
getRejectComponentReason(org.mobicents.slee.resource.map.events.RejectComponent event) |
protected org.mobicents.protocols.ss7.map.api.primitives.AddressString |
getServiceCenterAddressString(int networkId) |
protected org.mobicents.protocols.ss7.sccp.parameter.SccpAddress |
getServiceCenterSccpAddress(int networkId) |
protected String |
getUserAbortReason(org.mobicents.slee.resource.map.events.DialogUserAbort evt) |
void |
onDialogAccept(org.mobicents.slee.resource.map.events.DialogAccept evt,
javax.slee.ActivityContextInterface aci) |
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 |
onDialogRelease(org.mobicents.slee.resource.map.events.DialogRelease 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 |
onInvokeTimeout(org.mobicents.slee.resource.map.events.InvokeTimeout evt,
javax.slee.ActivityContextInterface aci)
MAP Components Events
|
void |
onRejectComponent(org.mobicents.slee.resource.map.events.RejectComponent event,
javax.slee.ActivityContextInterface aci) |
void |
sbbActivate()
Life cycle methods
|
void |
sbbCreate() |
void |
sbbExceptionThrown(Exception arg0,
Object arg1,
javax.slee.ActivityContextInterface arg2) |
void |
sbbLoad() |
void |
sbbPassivate() |
void |
sbbPostCreate() |
void |
sbbRemove() |
void |
sbbRolledBack(javax.slee.RolledBackContext arg0) |
void |
sbbStore() |
void |
setSbbContext(javax.slee.SbbContext sbbContext) |
void |
unsetSbbContext() |
protected static final SmscPropertiesManagement smscPropertiesManagement
protected static final HomeRoutingManagement homeRoutingManagement
protected javax.slee.facilities.Tracer logger
protected org.mobicents.slee.SbbContextExt sbbContext
protected org.mobicents.slee.resource.map.MAPContextInterfaceFactory mapAcif
protected org.mobicents.protocols.ss7.map.api.MAPProvider mapProvider
protected org.mobicents.protocols.ss7.map.api.MAPParameterFactory mapParameterFactory
protected org.mobicents.protocols.ss7.map.api.errors.MAPErrorMessageFactory mapErrorMessageFactory
protected SmscStatAggregator smscStatAggregator
protected PersistenceRAInterface persistence
protected SmppSessions smppServerSessions
protected org.mobicents.protocols.ss7.sccp.parameter.ParameterFactory sccpParameterFact
protected static final String MAP_USER_ABORT_CHOICE_USER_SPECIFIC_REASON
protected static final String MAP_USER_ABORT_CHOICE_USER_RESOURCE_LIMITATION
protected static final String MAP_USER_ABORT_CHOICE_UNKNOWN
public HomeRoutingCommonSbb(String className)
public void onInvokeTimeout(org.mobicents.slee.resource.map.events.InvokeTimeout evt,
javax.slee.ActivityContextInterface aci)
public void onErrorComponent(org.mobicents.slee.resource.map.events.ErrorComponent event,
javax.slee.ActivityContextInterface aci)
public void onRejectComponent(org.mobicents.slee.resource.map.events.RejectComponent event,
javax.slee.ActivityContextInterface aci)
protected String getRejectComponentReason(org.mobicents.slee.resource.map.events.RejectComponent event)
protected String getUserAbortReason(org.mobicents.slee.resource.map.events.DialogUserAbort evt)
public void onDialogDelimiter(org.mobicents.slee.resource.map.events.DialogDelimiter evt,
javax.slee.ActivityContextInterface aci)
public void onDialogAccept(org.mobicents.slee.resource.map.events.DialogAccept evt,
javax.slee.ActivityContextInterface aci)
public void onDialogReject(org.mobicents.slee.resource.map.events.DialogReject evt,
javax.slee.ActivityContextInterface aci)
public void onDialogUserAbort(org.mobicents.slee.resource.map.events.DialogUserAbort evt,
javax.slee.ActivityContextInterface aci)
public void onDialogProviderAbort(org.mobicents.slee.resource.map.events.DialogProviderAbort evt,
javax.slee.ActivityContextInterface aci)
public void onDialogClose(org.mobicents.slee.resource.map.events.DialogClose evt,
javax.slee.ActivityContextInterface aci)
public void onDialogNotice(org.mobicents.slee.resource.map.events.DialogNotice evt,
javax.slee.ActivityContextInterface aci)
public void onDialogTimeout(org.mobicents.slee.resource.map.events.DialogTimeout evt,
javax.slee.ActivityContextInterface aci)
public void onDialogRequest(org.mobicents.slee.resource.map.events.DialogRequest evt,
javax.slee.ActivityContextInterface aci)
public void onDialogRelease(org.mobicents.slee.resource.map.events.DialogRelease evt,
javax.slee.ActivityContextInterface aci)
public void sbbActivate()
sbbActivate in interface javax.slee.Sbbpublic void sbbCreate()
throws javax.slee.CreateException
sbbCreate in interface javax.slee.Sbbjavax.slee.CreateExceptionpublic void sbbExceptionThrown(Exception arg0, Object arg1, javax.slee.ActivityContextInterface arg2)
sbbExceptionThrown in interface javax.slee.Sbbpublic void sbbLoad()
sbbLoad in interface javax.slee.Sbbpublic void sbbPassivate()
sbbPassivate in interface javax.slee.Sbbpublic void sbbPostCreate()
throws javax.slee.CreateException
sbbPostCreate in interface javax.slee.Sbbjavax.slee.CreateExceptionpublic void sbbRemove()
sbbRemove in interface javax.slee.Sbbpublic void sbbRolledBack(javax.slee.RolledBackContext arg0)
sbbRolledBack in interface javax.slee.Sbbpublic void sbbStore()
sbbStore in interface javax.slee.Sbbpublic void setSbbContext(javax.slee.SbbContext sbbContext)
setSbbContext in interface javax.slee.Sbbpublic void unsetSbbContext()
unsetSbbContext in interface javax.slee.Sbbprotected org.mobicents.protocols.ss7.sccp.parameter.SccpAddress getServiceCenterSccpAddress(int networkId)
protected org.mobicents.protocols.ss7.map.api.primitives.ISDNAddressString getCalledPartyISDNAddressString(String destinationAddress, int ton, int npi)
protected org.mobicents.protocols.ss7.map.api.primitives.AddressString getServiceCenterAddressString(int networkId)
protected org.mobicents.protocols.ss7.map.api.primitives.ISDNAddressString getNetworkNodeNumber(int networkId)
Copyright © 2016. All Rights Reserved.