Joram 5.2.4

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

All Known Implementing Classes:
HALocalRequestChannel, HATcpRequestChannel, LocalRequestChannel, MultiThreadSyncChannel, SoapRequestChannel, TcpRequestChannel

public interface RequestChannel


Method Summary
 void close()
           
 void closing()
           
 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()

closing

void closing()

Joram 5.2.4

Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved