public class MdbProxy extends Object
| Modifier and Type | Method and Description |
|---|---|
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) |
public static <T> T newProxyInstance(Class<T> type, javax.jms.ConnectionFactory connectionFactory, String requestQueueName) throws javax.jms.JMSException
javax.jms.JMSExceptionpublic static <T> T newProxyInstance(Class<T> type, javax.jms.ConnectionFactory connectionFactory, javax.jms.Destination requestQueue) throws javax.jms.JMSException
javax.jms.JMSExceptionpublic static void destroyProxy(Object proxy)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.