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

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

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

Methods in org.mobicents.slee.resources.smpp that return SmppTransactionType
 SmppTransactionType SmppTransactionHandle.getType()
           
static SmppTransactionType SmppTransactionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SmppTransactionType[] SmppTransactionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mobicents.slee.resources.smpp with parameters of type SmppTransactionType
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.
 

Constructors in org.mobicents.slee.resources.smpp with parameters of type SmppTransactionType
SmppTransactionHandle(long seqNum, SmppTransactionType type)
           
 



Copyright © 2011. All Rights Reserved.