Joram ${version}

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)
           
 

Method Detail

send

public void send(org.objectweb.joram.shared.client.AbstractJmsRequest obj)
          throws java.lang.Exception
Throws:
java.lang.Exception

receive

public org.objectweb.joram.shared.client.AbstractJmsReply receive()
                                                           throws java.lang.Exception
Throws:
java.lang.Exception

close

public void close()

Joram ${version}

Copyright ? 2005 Scalagent - All rights reserved