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

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

public class ClientDeliverSmTransactionImpl
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, 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
ClientDeliverSmTransactionImpl(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

ClientDeliverSmTransactionImpl

public ClientDeliverSmTransactionImpl(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:
net.java.slee.smpp.ratype.Transaction#getLastActivity


Copyright © 2008. All Rights Reserved.