Joram 4.3.27

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

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

public interface RequestChannel


Method Summary
 void close()
           
 void connect()
           
 AbstractJmsReply receive()
           
 void send(AbstractJmsRequest obj)
           
 void setTimer(java.util.Timer timer)
           
 

Method Detail

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

Joram 4.3.27

Copyright © 2005 Scalagent - All rights reserved