org.apache.openejb.test.mdb
Class MdbProxy
java.lang.Object
org.apache.openejb.test.mdb.MdbProxy
public class MdbProxy
- extends java.lang.Object
Method Summary |
static void |
destroyProxy(java.lang.Object proxy)
|
static
|
newProxyInstance(java.lang.Class<T> type,
javax.jms.ConnectionFactory connectionFactory,
javax.jms.Destination requestQueue)
|
static
|
newProxyInstance(java.lang.Class<T> type,
javax.jms.ConnectionFactory connectionFactory,
java.lang.String requestQueueName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newProxyInstance
public static <T> T newProxyInstance(java.lang.Class<T> type,
javax.jms.ConnectionFactory connectionFactory,
java.lang.String requestQueueName)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
newProxyInstance
public static <T> T newProxyInstance(java.lang.Class<T> type,
javax.jms.ConnectionFactory connectionFactory,
javax.jms.Destination requestQueue)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
destroyProxy
public static void destroyProxy(java.lang.Object proxy)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.