org.mobicents.ss7.sccp
Class DummySccpProvider

java.lang.Object
  extended by org.mobicents.ss7.sccp.DummySccpProvider
All Implemented Interfaces:
SccpProvider

public class DummySccpProvider
extends java.lang.Object
implements SccpProvider

Author:
Oleg Kulikov

Constructor Summary
DummySccpProvider()
          Creates a new instance of DummySccpProvider
 
Method Summary
 void addSccpListener(SccpListener listener)
           
 SccpListener getListener()
           
 void send(SccpAddress calledParty, SccpAddress callingParty, byte[] data)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummySccpProvider

public DummySccpProvider()
Creates a new instance of DummySccpProvider

Method Detail

addSccpListener

public void addSccpListener(SccpListener listener)
Specified by:
addSccpListener in interface SccpProvider

getListener

public SccpListener getListener()
Specified by:
getListener in interface SccpProvider

send

public void send(SccpAddress calledParty,
                 SccpAddress callingParty,
                 byte[] data)
Specified by:
send in interface SccpProvider

shutdown

public void shutdown()
Specified by:
shutdown in interface SccpProvider


Copyright © 2008. All Rights Reserved.