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