Uses of Class
org.mobicents.slee.resources.smpp.SmppTransactionImpl

Packages that use SmppTransactionImpl
org.mobicents.slee.resources.smpp   
 

Uses of SmppTransactionImpl in org.mobicents.slee.resources.smpp
 

Fields in org.mobicents.slee.resources.smpp with type parameters of type SmppTransactionImpl
protected  java.util.concurrent.ConcurrentMap<java.lang.Long,SmppTransactionImpl> SmppSessionImpl.transactions
           
 

Methods in org.mobicents.slee.resources.smpp that return SmppTransactionImpl
protected  SmppTransactionImpl SmppSessionImpl.getSmppTransactionImpl(PDU pdu, boolean createActivity, SmppTransactionType txType)
          This method will return the existing SmppTransaction (Activity) if already exist else create new if creayeActivity is true.
 

Methods in org.mobicents.slee.resources.smpp with parameters of type SmppTransactionImpl
protected  void SmppResourceAdaptor.endActivity(SmppTransactionImpl activity)
           
protected  void SmppResourceAdaptor.fireEvent(java.lang.String eventName, SmppTransactionImpl activity, java.lang.Object event)
           
protected  void SmppResourceAdaptor.startNewSmppTransactionActivity(SmppTransactionImpl txImpl)
          Protected Methods
protected  void SmppResourceAdaptor.startNewSmppTransactionSuspendedActivity(SmppTransactionImpl txImpl)
           
 



Copyright © 2011. All Rights Reserved.