org.mobicents.ss7.sccp
Class SccpIntelHDCProviderImpl

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

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

Version:
$Revision: 1.1 $
Author:
$Author: kulikoff $

Constructor Summary
SccpIntelHDCProviderImpl(java.util.Properties props)
          Creates a new instance of SccpProviderImpl
 
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

SccpIntelHDCProviderImpl

public SccpIntelHDCProviderImpl(java.util.Properties props)
Creates a new instance of SccpProviderImpl

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

run

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

shutdown

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


Copyright © 2008. All Rights Reserved.