org.mobicents.protocols.ss7.map
public class MAPStackImpl extends java.lang.Object implements MAPStack, CongestionListener
| Modifier and Type | Field and Description |
|---|---|
protected MAPProviderImpl |
mapProvider |
protected TCAPStack |
tcapStack |
| Constructor and Description |
|---|
MAPStackImpl(SccpProvider sccpPprovider,
int ssn) |
MAPStackImpl(SccpProvider sccpPprovider,
int ssn,
int maxDialogs) |
MAPStackImpl(TCAPProvider tcapProvider) |
| Modifier and Type | Method and Description |
|---|---|
MAPProvider |
getMAPProvider() |
TCAPStack |
getTCAPStack() |
void |
onCongestionFinish(java.lang.String congName) |
void |
onCongestionStart(java.lang.String congName) |
void |
start() |
void |
stop() |
protected TCAPStack tcapStack
protected MAPProviderImpl mapProvider
public MAPStackImpl(SccpProvider sccpPprovider, int ssn, int maxDialogs)
public MAPStackImpl(SccpProvider sccpPprovider, int ssn)
public MAPStackImpl(TCAPProvider tcapProvider)
public MAPProvider getMAPProvider()
getMAPProvider in interface MAPStackpublic void start()
throws java.lang.IllegalStateException
public TCAPStack getTCAPStack()
getTCAPStack in interface MAPStackpublic void onCongestionStart(java.lang.String congName)
onCongestionStart in interface MAPStackonCongestionStart in interface CongestionListenerpublic void onCongestionFinish(java.lang.String congName)
onCongestionFinish in interface MAPStackonCongestionFinish in interface CongestionListenerCopyright © 2012. All Rights Reserved.