net.java.slee.resource.smpp
Interface ServerTransaction

All Superinterfaces:
Transaction

public interface ServerTransaction
extends Transaction

Author:
Oleg Kulikov

Field Summary
 
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
 
Method Summary
 void respond(int status)
          Acknowledges this transaction.
 
Methods inherited from interface net.java.slee.resource.smpp.Transaction
getId, getLastActivity
 

Method Detail

respond

void respond(int status)
             throws java.io.IOException
Acknowledges this transaction.

Parameters:
status - an integer identified the result of the transaction.
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.