Joram ${version}

org.objectweb.joram.client.jms.local
Class LocalConnection

java.lang.Object
  extended byorg.objectweb.joram.client.jms.local.LocalConnection
All Implemented Interfaces:
RequestChannel

public class LocalConnection
extends java.lang.Object
implements RequestChannel


Constructor Summary
LocalConnection(java.lang.String userName, java.lang.String password)
           
 
Method Summary
 void close()
           
 org.objectweb.joram.shared.client.AbstractJmsReply receive()
           
 void send(org.objectweb.joram.shared.client.AbstractJmsRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalConnection

public LocalConnection(java.lang.String userName,
                       java.lang.String password)
                throws javax.jms.JMSException
Method Detail

send

public void send(org.objectweb.joram.shared.client.AbstractJmsRequest request)
          throws java.lang.Exception
Specified by:
send in interface RequestChannel
Throws:
java.lang.Exception

receive

public org.objectweb.joram.shared.client.AbstractJmsReply receive()
                                                           throws java.lang.Exception
Specified by:
receive in interface RequestChannel
Throws:
java.lang.Exception

close

public void close()
Specified by:
close in interface RequestChannel

Joram ${version}

Copyright ? 2005 Scalagent - All rights reserved