public class MicrometerConnectionProxy
extends com.atomikos.util.DynamicProxySupport<javax.jms.Connection>
| Constructor and Description |
|---|
MicrometerConnectionProxy(javax.jms.Connection meteredConnection,
io.micrometer.core.instrument.Timer connectionTimer,
io.micrometer.core.instrument.Timer.Sample sample) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected Class |
getRequiredInterfaceType() |
protected void |
handleInvocationException(Throwable e) |
protected void |
throwInvocationAfterClose(String method) |
public MicrometerConnectionProxy(javax.jms.Connection meteredConnection,
io.micrometer.core.instrument.Timer connectionTimer,
io.micrometer.core.instrument.Timer.Sample sample)
public void close()
throws javax.jms.JMSException
javax.jms.JMSExceptionprotected void handleInvocationException(Throwable e) throws Throwable
handleInvocationException in class com.atomikos.util.DynamicProxySupport<javax.jms.Connection>Throwableprotected void throwInvocationAfterClose(String method) throws Exception
throwInvocationAfterClose in class com.atomikos.util.DynamicProxySupport<javax.jms.Connection>Exceptionprotected Class getRequiredInterfaceType()
getRequiredInterfaceType in class com.atomikos.util.DynamicProxySupport<javax.jms.Connection>Copyright © 2026. All rights reserved.