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

java.lang.Object
  extended by org.mobicents.slee.resource.smpp.ra.SmppActivityContextInterfaceFactoryImpl
All Implemented Interfaces:
net.java.slee.resource.smpp.ActivityContextInterfaceFactory, org.mobicents.slee.resource.ResourceAdaptorActivityContextInterfaceFactory

public class SmppActivityContextInterfaceFactoryImpl
extends java.lang.Object
implements net.java.slee.resource.smpp.ActivityContextInterfaceFactory, org.mobicents.slee.resource.ResourceAdaptorActivityContextInterfaceFactory

Author:
Oleg Kulikov

Constructor Summary
SmppActivityContextInterfaceFactoryImpl(org.mobicents.slee.container.SleeContainer serviceContainer, SmppResourceAdaptor ra, java.lang.String name)
          Creates a new instance of SmppActivityContextFactoryImpl
 
Method Summary
 javax.slee.ActivityContextInterface getActivityContextInterface(net.java.slee.resource.smpp.Dialog dialog)
           
 javax.slee.ActivityContextInterface getActivityContextInterface(net.java.slee.resource.smpp.Transaction tx)
           
 java.lang.String getJndiName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmppActivityContextInterfaceFactoryImpl

public SmppActivityContextInterfaceFactoryImpl(org.mobicents.slee.container.SleeContainer serviceContainer,
                                               SmppResourceAdaptor ra,
                                               java.lang.String name)
Creates a new instance of SmppActivityContextFactoryImpl

Method Detail

getJndiName

public java.lang.String getJndiName()
Specified by:
getJndiName in interface org.mobicents.slee.resource.ResourceAdaptorActivityContextInterfaceFactory

getActivityContextInterface

public javax.slee.ActivityContextInterface getActivityContextInterface(net.java.slee.resource.smpp.Dialog dialog)
                                                                throws java.lang.NullPointerException,
                                                                       javax.slee.UnrecognizedActivityException,
                                                                       javax.slee.FactoryException
Specified by:
getActivityContextInterface in interface net.java.slee.resource.smpp.ActivityContextInterfaceFactory
Throws:
java.lang.NullPointerException
javax.slee.UnrecognizedActivityException
javax.slee.FactoryException

getActivityContextInterface

public javax.slee.ActivityContextInterface getActivityContextInterface(net.java.slee.resource.smpp.Transaction tx)
                                                                throws java.lang.NullPointerException,
                                                                       javax.slee.UnrecognizedActivityException,
                                                                       javax.slee.FactoryException
Specified by:
getActivityContextInterface in interface net.java.slee.resource.smpp.ActivityContextInterfaceFactory
Throws:
java.lang.NullPointerException
javax.slee.UnrecognizedActivityException
javax.slee.FactoryException


Copyright © 2008. All Rights Reserved.