public class OpenTracingSessionProxy extends DynamicProxySupport<javax.jms.Session>
closed, delegate, proxiedMethods| Modifier | Constructor and Description |
|---|---|
protected |
OpenTracingSessionProxy(javax.jms.Session delegate,
JmsMetaData jmsMetaData) |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.MessageConsumer |
createConsumer(javax.jms.Destination destination) |
javax.jms.MessageConsumer |
createConsumer(javax.jms.Destination destination,
String selector) |
javax.jms.MessageConsumer |
createConsumer(javax.jms.Destination destination,
String selector,
boolean noLocal) |
javax.jms.MessageProducer |
createProducer(javax.jms.Destination destination) |
protected Class |
getRequiredInterfaceType() |
protected void |
handleInvocationException(Throwable e) |
protected void |
throwInvocationAfterClose(String method) |
addIfNotNull, callNativeMethod, createDynamicProxy, getClassLoadersToTry, getInterfaceClasses, invoke, isProxyInstanceOfClass, markClosedprotected OpenTracingSessionProxy(javax.jms.Session delegate,
JmsMetaData jmsMetaData)
public javax.jms.MessageProducer createProducer(javax.jms.Destination destination)
throws javax.jms.JMSException
javax.jms.JMSExceptionpublic javax.jms.MessageConsumer createConsumer(javax.jms.Destination destination)
throws javax.jms.JMSException
javax.jms.JMSExceptionpublic javax.jms.MessageConsumer createConsumer(javax.jms.Destination destination,
String selector)
throws javax.jms.JMSException
javax.jms.JMSExceptionpublic javax.jms.MessageConsumer createConsumer(javax.jms.Destination destination,
String selector,
boolean noLocal)
throws javax.jms.JMSException
javax.jms.JMSExceptionprotected void handleInvocationException(Throwable e) throws Throwable
handleInvocationException in class DynamicProxySupport<javax.jms.Session>Throwableprotected void throwInvocationAfterClose(String method) throws Exception
throwInvocationAfterClose in class DynamicProxySupport<javax.jms.Session>Exceptionprotected Class getRequiredInterfaceType()
getRequiredInterfaceType in class DynamicProxySupport<javax.jms.Session>Copyright © 2026. All rights reserved.