org.apache.openejb.test.mdb
Class MdbProxy

java.lang.Object
  extended by org.apache.openejb.test.mdb.MdbProxy

public class MdbProxy
extends Object


Method Summary
static void destroyProxy(Object proxy)
           
static
<T> T
newProxyInstance(Class<T> type, javax.jms.ConnectionFactory connectionFactory, javax.jms.Destination requestQueue)
           
static
<T> T
newProxyInstance(Class<T> type, javax.jms.ConnectionFactory connectionFactory, String requestQueueName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newProxyInstance

public static <T> T newProxyInstance(Class<T> type,
                                     javax.jms.ConnectionFactory connectionFactory,
                                     String requestQueueName)
                          throws javax.jms.JMSException
Throws:
javax.jms.JMSException

newProxyInstance

public static <T> T newProxyInstance(Class<T> type,
                                     javax.jms.ConnectionFactory connectionFactory,
                                     javax.jms.Destination requestQueue)
                          throws javax.jms.JMSException
Throws:
javax.jms.JMSException

destroyProxy

public static void destroyProxy(Object proxy)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.