|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||