|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SendCommandTask
Task for sending SMPP command.
Method Summary | |
---|---|
void |
executeTask(java.io.OutputStream out,
int sequenceNumber)
Executing the task. |
java.lang.String |
getCommandName()
It should be like submit_sm, deliver_sm, query_sm, data_sm, etc. |
Method Detail |
---|
void executeTask(java.io.OutputStream out, int sequenceNumber) throws PDUException, java.io.IOException
out
- is the output stream.sequenceNumber
- is the sequence number.
PDUException
- if there is an invalid PDU parameter found.
java.io.IOException
- if there is an IO error found.java.lang.String getCommandName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |