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

java.lang.Object
  extended by org.mobicents.slee.resource.smpp.ra.AbstractTransaction
      extended by org.mobicents.slee.resource.smpp.ra.ClientSubmitSmTransactionImpl
All Implemented Interfaces:
net.java.slee.resource.smpp.ClientTransaction, net.java.slee.resource.smpp.Transaction

public class ClientSubmitSmTransactionImpl
extends AbstractTransaction
implements net.java.slee.resource.smpp.ClientTransaction

Author:
Oleg Kulikov

Field Summary
 
Fields inherited from class org.mobicents.slee.resource.smpp.ra.AbstractTransaction
dialog, id, timer, TTL
 
Fields inherited from interface net.java.slee.resource.smpp.Transaction
STATUS_CANCEL_FAILED, STATUS_INVALID_MESSAGE_LENGTH, STATUS_INVDST, STATUS_INVMSGID, STATUS_INVSRC, STATUS_MSGQFULL, STATUS_OK, STATUS_REPLACE_FAILED, STATUS_SYSERROR
 
Constructor Summary
ClientSubmitSmTransactionImpl(int id, SmppDialogImpl dialog)
          Creates a new instance.
 
Method Summary
 java.util.Date getLastActivity()
          (Non-javadoc).
 void send(net.java.slee.resource.smpp.ShortMessage message)
          (Non Java-doc).
 
Methods inherited from class org.mobicents.slee.resource.smpp.ra.AbstractTransaction
getId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.java.slee.resource.smpp.Transaction
getId
 

Constructor Detail

ClientSubmitSmTransactionImpl

public ClientSubmitSmTransactionImpl(int id,
                                     SmppDialogImpl dialog)
Creates a new instance.

Method Detail

send

public void send(net.java.slee.resource.smpp.ShortMessage message)
          throws java.io.IOException
(Non Java-doc).

Specified by:
send in interface net.java.slee.resource.smpp.ClientTransaction
Throws:
java.io.IOException
See Also:
ClientTransaction.send(net.java.slee.resource.smpp.ShortMessage).

getLastActivity

public java.util.Date getLastActivity()
(Non-javadoc).

Specified by:
getLastActivity in interface net.java.slee.resource.smpp.Transaction
Overrides:
getLastActivity in class AbstractTransaction
See Also:
Transaction.getLastActivity()


Copyright © 2008. All Rights Reserved.