org.objectweb.joram.client.jms.connection
Interface RequestChannel

All Known Implementing Classes:
HALocalConnection, HATcpConnection, LocalConnection, SoapConnection, TcpConnection

public interface RequestChannel


Method Summary
 void close()
           
 AbstractJmsReply receive()
           
 void send(AbstractJmsRequest obj)
           
 

Method Detail

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 © 2004 Scalagent - All rights reserved