public class MSCSccpListener extends Object implements org.mobicents.protocols.ss7.sccp.SccpListener
| Constructor and Description |
|---|
MSCSccpListener(org.mobicents.protocols.ss7.map.api.MAPProvider mapProvider,
org.mobicents.protocols.ss7.sccp.parameter.ParameterFactory sccpParameterFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
onCoordRequest(int arg0,
int arg1,
int arg2) |
void |
onCoordResponse(int arg0,
int arg1,
int arg2) |
void |
onMessage(org.mobicents.protocols.ss7.sccp.message.SccpDataMessage arg0) |
void |
onNotice(org.mobicents.protocols.ss7.sccp.message.SccpNoticeMessage arg0) |
void |
onPcState(int arg0,
org.mobicents.protocols.ss7.sccp.SignallingPointStatus arg1,
int arg2,
org.mobicents.protocols.ss7.sccp.RemoteSccpStatus arg3) |
void |
onState(int arg0,
int arg1,
boolean arg2,
int arg3) |
public MSCSccpListener(org.mobicents.protocols.ss7.map.api.MAPProvider mapProvider,
org.mobicents.protocols.ss7.sccp.parameter.ParameterFactory sccpParameterFactory)
public void onPcState(int arg0,
org.mobicents.protocols.ss7.sccp.SignallingPointStatus arg1,
int arg2,
org.mobicents.protocols.ss7.sccp.RemoteSccpStatus arg3)
onPcState in interface org.mobicents.protocols.ss7.sccp.SccpListenerpublic void onCoordRequest(int arg0,
int arg1,
int arg2)
onCoordRequest in interface org.mobicents.protocols.ss7.sccp.SccpListenerpublic void onCoordResponse(int arg0,
int arg1,
int arg2)
onCoordResponse in interface org.mobicents.protocols.ss7.sccp.SccpListenerpublic void onMessage(org.mobicents.protocols.ss7.sccp.message.SccpDataMessage arg0)
onMessage in interface org.mobicents.protocols.ss7.sccp.SccpListenerpublic void onNotice(org.mobicents.protocols.ss7.sccp.message.SccpNoticeMessage arg0)
onNotice in interface org.mobicents.protocols.ss7.sccp.SccpListenerpublic void onState(int arg0,
int arg1,
boolean arg2,
int arg3)
onState in interface org.mobicents.protocols.ss7.sccp.SccpListenerCopyright © 2016. All Rights Reserved.