net.java.slee.resource.smpp
Interface ClientTransaction

All Superinterfaces:
Transaction

public interface ClientTransaction
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 send(ShortMessage message)
          Sends specified message.
 
Methods inherited from interface net.java.slee.resource.smpp.Transaction
getId, getLastActivity
 

Method Detail

send

void send(ShortMessage message)
          throws java.io.IOException
Sends specified message.

Parameters:
message - the message been sent.
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.