|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ConnectionItf
interface defines the methods provided to
Connection
objects for actually exchanging requests and
replies with the Joram platform.
This interface is implemented by classes dedicated to a given communication protocol (as TCP or SOAP).
TcpConnection
,
SoapConnection
Method Summary | |
void |
close()
Closes the connection. |
Driver |
createDriver(Connection cnx)
Creates a driver for providing the connection with server's replies. |
void |
send(AbstractJmsRequest request)
Sends a JMS request to the server. |
Method Detail |
public Driver createDriver(Connection cnx)
cnx
- The calling Connection
instance.public void send(AbstractJmsRequest request) throws javax.jms.IllegalStateException
javax.jms.IllegalStateException
- If the connection failed to
route the sending because it is broken or not established.public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |