org.mobicents.ss7.sccp
Class SccpM3UAProviderImpl

java.lang.Object
  extended by org.mobicents.ss7.sccp.SccpM3UAProviderImpl
All Implemented Interfaces:
java.lang.Runnable, SccpProvider

public class SccpM3UAProviderImpl
extends java.lang.Object
implements java.lang.Runnable, SccpProvider

Author:
Oleg Kulikov

Constructor Summary
SccpM3UAProviderImpl(java.util.Properties props)
          Creates a new instance of SccpM3UAProviderImpl
 
Method Summary
 void addSccpListener(SccpListener listener)
           
 SccpListener getListener()
           
 void run()
           
 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

SccpM3UAProviderImpl

public SccpM3UAProviderImpl(java.util.Properties props)
                     throws java.lang.Exception
Creates a new instance of SccpM3UAProviderImpl

Throws:
java.lang.Exception
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

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)
          throws java.io.IOException
Specified by:
send in interface SccpProvider
Throws:
java.io.IOException

shutdown

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


Copyright © 2008. All Rights Reserved.