Joram 4.3.1

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

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()

Joram 4.3.1

Copyright © 2005 Scalagent - All rights reserved