public abstract class MobileCoreNetworkInterfaceSbb extends Object implements javax.slee.Sbb
| Modifier and Type | Field and Description |
|---|---|
protected org.mobicents.slee.resource.map.MAPContextInterfaceFactory |
mapAcif |
protected org.mobicents.protocols.ss7.map.api.MAPParameterFactory |
mapParameterFactory |
protected org.mobicents.protocols.ss7.map.api.MAPProvider |
mapProvider |
protected static String |
mapRaLink |
protected static javax.slee.resource.ResourceAdaptorTypeID |
mapRATypeID |
protected org.mobicents.slee.SbbContextExt |
sbbContext |
| Constructor and Description |
|---|
MobileCoreNetworkInterfaceSbb()
Creates a new instance of CallSbb
|
| Modifier and Type | Method and Description |
|---|---|
abstract javax.slee.EventContext |
getEventContext() |
protected org.mobicents.protocols.ss7.sccp.parameter.SccpAddress |
getServiceCenterSccpAddress() |
void |
onAnyTimeInterrogationRequest(org.mobicents.protocols.ss7.map.api.service.mobility.subscriberInformation.AnyTimeInterrogationRequest event,
javax.slee.ActivityContextInterface aci)
ATI Events
|
void |
onAnyTimeInterrogationResponse(org.mobicents.protocols.ss7.map.api.service.mobility.subscriberInformation.AnyTimeInterrogationResponse event,
javax.slee.ActivityContextInterface aci) |
void |
onDialogAccept(org.mobicents.slee.resource.map.events.DialogAccept event,
javax.slee.ActivityContextInterface aci) |
void |
onDialogClose(org.mobicents.slee.resource.map.events.DialogClose event,
javax.slee.ActivityContextInterface aci) |
void |
onDialogDelimiter(org.mobicents.slee.resource.map.events.DialogDelimiter event,
javax.slee.ActivityContextInterface aci) |
void |
onDialogNotice(org.mobicents.slee.resource.map.events.DialogNotice event,
javax.slee.ActivityContextInterface aci) |
void |
onDialogProviderAbort(org.mobicents.slee.resource.map.events.DialogProviderAbort event,
javax.slee.ActivityContextInterface aci) |
void |
onDialogReject(org.mobicents.slee.resource.map.events.DialogReject event,
javax.slee.ActivityContextInterface aci) |
void |
onDialogRelease(org.mobicents.slee.resource.map.events.DialogRelease event,
javax.slee.ActivityContextInterface aci) |
void |
onDialogTimeout(org.mobicents.slee.resource.map.events.DialogTimeout evt,
javax.slee.ActivityContextInterface aci)
DIALOG Events
|
void |
onDialogUserAbort(org.mobicents.slee.resource.map.events.DialogUserAbort event,
javax.slee.ActivityContextInterface aci) |
void |
onErrorComponent(org.mobicents.slee.resource.map.events.ErrorComponent event,
javax.slee.ActivityContextInterface aci) |
void |
onGet(net.java.slee.resource.http.events.HttpServletRequestEvent event,
javax.slee.ActivityContextInterface aci,
javax.slee.EventContext eventContext)
Handle HTTP GET request for a single MSISDN location
Mostly just used for testing at the moment
|
void |
onInvokeTimeout(org.mobicents.slee.resource.map.events.InvokeTimeout event,
javax.slee.ActivityContextInterface aci)
Component Events
|
void |
onPost(net.java.slee.resource.http.events.HttpServletRequestEvent event,
javax.slee.ActivityContextInterface aci,
javax.slee.EventContext eventContext)
Handle HTTP POST request, used for processing MLP location request
|
void |
onRejectComponent(org.mobicents.slee.resource.map.events.RejectComponent event,
javax.slee.ActivityContextInterface aci) |
void |
sbbActivate() |
void |
sbbCreate() |
void |
sbbExceptionThrown(Exception exception,
Object object,
javax.slee.ActivityContextInterface activityContextInterface) |
void |
sbbLoad() |
void |
sbbPassivate() |
void |
sbbPostCreate() |
void |
sbbRemove() |
void |
sbbRolledBack(javax.slee.RolledBackContext rolledBackContext) |
void |
sbbStore() |
abstract void |
setEventContext(javax.slee.EventContext cntx)
CMP
|
void |
setSbbContext(javax.slee.SbbContext sbbContext) |
void |
unsetSbbContext() |
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 static final javax.slee.resource.ResourceAdaptorTypeID mapRATypeID
protected static final String mapRaLink
public MobileCoreNetworkInterfaceSbb()
public void setSbbContext(javax.slee.SbbContext sbbContext)
setSbbContext in interface javax.slee.Sbbpublic void unsetSbbContext()
unsetSbbContext in interface javax.slee.Sbbpublic void sbbCreate()
throws javax.slee.CreateException
sbbCreate in interface javax.slee.Sbbjavax.slee.CreateExceptionpublic void sbbPostCreate()
throws javax.slee.CreateException
sbbPostCreate in interface javax.slee.Sbbjavax.slee.CreateExceptionpublic void sbbActivate()
sbbActivate in interface javax.slee.Sbbpublic void sbbPassivate()
sbbPassivate in interface javax.slee.Sbbpublic void sbbLoad()
sbbLoad in interface javax.slee.Sbbpublic void sbbStore()
sbbStore in interface javax.slee.Sbbpublic void sbbRemove()
sbbRemove in interface javax.slee.Sbbpublic void sbbExceptionThrown(Exception exception, Object object, javax.slee.ActivityContextInterface activityContextInterface)
sbbExceptionThrown in interface javax.slee.Sbbpublic void sbbRolledBack(javax.slee.RolledBackContext rolledBackContext)
sbbRolledBack in interface javax.slee.Sbbpublic void onDialogTimeout(org.mobicents.slee.resource.map.events.DialogTimeout evt,
javax.slee.ActivityContextInterface aci)
public void onDialogDelimiter(org.mobicents.slee.resource.map.events.DialogDelimiter event,
javax.slee.ActivityContextInterface aci)
public void onDialogAccept(org.mobicents.slee.resource.map.events.DialogAccept event,
javax.slee.ActivityContextInterface aci)
public void onDialogReject(org.mobicents.slee.resource.map.events.DialogReject event,
javax.slee.ActivityContextInterface aci)
public void onDialogUserAbort(org.mobicents.slee.resource.map.events.DialogUserAbort event,
javax.slee.ActivityContextInterface aci)
public void onDialogProviderAbort(org.mobicents.slee.resource.map.events.DialogProviderAbort event,
javax.slee.ActivityContextInterface aci)
public void onDialogClose(org.mobicents.slee.resource.map.events.DialogClose event,
javax.slee.ActivityContextInterface aci)
public void onDialogNotice(org.mobicents.slee.resource.map.events.DialogNotice event,
javax.slee.ActivityContextInterface aci)
public void onDialogRelease(org.mobicents.slee.resource.map.events.DialogRelease event,
javax.slee.ActivityContextInterface aci)
public void onInvokeTimeout(org.mobicents.slee.resource.map.events.InvokeTimeout event,
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)
public void onAnyTimeInterrogationRequest(org.mobicents.protocols.ss7.map.api.service.mobility.subscriberInformation.AnyTimeInterrogationRequest event,
javax.slee.ActivityContextInterface aci)
public void onAnyTimeInterrogationResponse(org.mobicents.protocols.ss7.map.api.service.mobility.subscriberInformation.AnyTimeInterrogationResponse event,
javax.slee.ActivityContextInterface aci)
public void onPost(net.java.slee.resource.http.events.HttpServletRequestEvent event,
javax.slee.ActivityContextInterface aci,
javax.slee.EventContext eventContext)
event - aci - eventContext - public void onGet(net.java.slee.resource.http.events.HttpServletRequestEvent event,
javax.slee.ActivityContextInterface aci,
javax.slee.EventContext eventContext)
event - aci - eventContext - public abstract void setEventContext(javax.slee.EventContext cntx)
public abstract javax.slee.EventContext getEventContext()
protected org.mobicents.protocols.ss7.sccp.parameter.SccpAddress getServiceCenterSccpAddress()
Copyright © 2016. All Rights Reserved.