|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SccpListener
| Method Summary | |
|---|---|
void |
linkDown()
Called when underlying link goes down. |
void |
linkUp()
Called when underlying link goes up. |
void |
onMessage(SccpAddress calledPartyAddress,
SccpAddress callingPartyAddress,
byte[] data,
org.mobicents.protocols.ss7.mtp.RoutingLabel backReference)
Called when proper data is received, it is partially decoded. |
| Method Detail |
|---|
void onMessage(SccpAddress calledPartyAddress,
SccpAddress callingPartyAddress,
byte[] data,
org.mobicents.protocols.ss7.mtp.RoutingLabel backReference)
calledPartyAddress - - destination addresscallingPartyAddress - - originating addressdata - - payload of data unitbackReference - - reference to be passed to provider send method. It contains routing label, which should be used to send this message back.void linkDown()
void linkUp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||