org.objectweb.joram.client.jms.connection
Interface RequestChannel
- All Known Implementing Classes:
- HALocalConnection, HATcpConnection, LocalConnection, SoapConnection, TcpConnection
public interface RequestChannel
Method Summary |
void |
close()
|
org.objectweb.joram.shared.client.AbstractJmsReply |
receive()
|
void |
send(org.objectweb.joram.shared.client.AbstractJmsRequest obj)
|
send
void send(org.objectweb.joram.shared.client.AbstractJmsRequest obj)
throws java.lang.Exception
- Throws:
java.lang.Exception
receive
org.objectweb.joram.shared.client.AbstractJmsReply receive()
throws java.lang.Exception
- Throws:
java.lang.Exception
close
void close()
Copyright © 2005 Scalagent - All rights reserved