|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Transport
The Transport interface is used by the MMSService to prepare a connection to the MMSC.
After calling the 'open()' method of this interface, the upper layer may establish a connection to the SMSC.
| Method Summary | |
|---|---|
void |
close()
Closes the connection to the MMSC. |
void |
init(java.util.Properties props)
Initialize the Transport-Layer. |
boolean |
isConnected()
Determine if the connection to the MMSC is currently established. |
void |
open()
Prepare connectivity to the MMSC. |
| Method Detail |
|---|
void open()
throws TransportException,
java.io.IOException
java.io.IOException - if an I/O error occurs.
TransportException - if the connection cannot be established.
void close()
throws TransportException,
java.io.IOException
java.io.IOException - if an I/O error occurs.
TransportException - if the connection cannot be closed.
void init(java.util.Properties props)
throws TransportException
props - Configuration Properties.
TransportException - if initialisation fails.boolean isConnected()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||