org.mobicents.slee.resource.smpp.ra
Class SmppProviderImpl

java.lang.Object
  extended by org.mobicents.slee.resource.smpp.ra.SmppProviderImpl
All Implemented Interfaces:
net.java.slee.resource.smpp.SmppProvider

public class SmppProviderImpl
extends java.lang.Object
implements net.java.slee.resource.smpp.SmppProvider

Author:
Oleg Kulikov

Field Summary
protected  java.util.HashMap dialogs
           
 
Constructor Summary
SmppProviderImpl(SmppResourceAdaptor resourceAdaptor)
          Creates a new instance of SmppProviderImpl
 
Method Summary
protected  net.java.slee.resource.smpp.ClientTransaction getClientTransaction(int id)
           
 net.java.slee.resource.smpp.Dialog getDialog(java.lang.String origination, java.lang.String destination)
          Non Java-doc.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialogs

protected java.util.HashMap dialogs
Constructor Detail

SmppProviderImpl

public SmppProviderImpl(SmppResourceAdaptor resourceAdaptor)
Creates a new instance of SmppProviderImpl

Method Detail

getDialog

public net.java.slee.resource.smpp.Dialog getDialog(java.lang.String origination,
                                                    java.lang.String destination)
Non Java-doc.

Specified by:
getDialog in interface net.java.slee.resource.smpp.SmppProvider
See Also:
net.java.slee.resource.sms.ratype.Smsprovider#getDialog(String String).

getClientTransaction

protected net.java.slee.resource.smpp.ClientTransaction getClientTransaction(int id)


Copyright © 2008. All Rights Reserved.