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

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

public class ServerDataSmTransactionImpl
extends AbstractTransaction
implements net.java.slee.resource.smpp.ServerTransaction

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
ServerDataSmTransactionImpl(int id, SmppDialogImpl dialog, net.java.slee.resource.smpp.ShortMessage message)
          Creates a new instance.
 
Method Summary
 java.util.Date getLastActivity()
          (Non-javadoc).
 void respond(int status)
          (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

ServerDataSmTransactionImpl

public ServerDataSmTransactionImpl(int id,
                                   SmppDialogImpl dialog,
                                   net.java.slee.resource.smpp.ShortMessage message)
Creates a new instance.

Method Detail

respond

public void respond(int status)
             throws java.io.IOException
(Non Java-doc).

Specified by:
respond in interface net.java.slee.resource.smpp.ServerTransaction
Throws:
java.io.IOException
See Also:
net.java.slee.resource.smpp.ClientTransaction#respond(int).

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.