public abstract class AbstractJmsSessionProxy extends DynamicProxySupport<javax.jms.Session>
closed, delegate, proxiedMethods| Constructor and Description |
|---|
AbstractJmsSessionProxy(javax.jms.Session delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
isAvailable() |
protected abstract boolean |
isErroneous() |
protected boolean |
isInactiveTransaction(CompositeTransaction ct) |
protected abstract boolean |
isInTransaction(CompositeTransaction ct) |
abstract void |
recycle() |
callNativeMethod, createDynamicProxy, getClassLoadersToTry, getInterfaceClasses, getRequiredInterfaceType, handleInvocationException, invoke, markClosed, throwInvocationAfterClosepublic AbstractJmsSessionProxy(javax.jms.Session delegate)
protected abstract boolean isAvailable()
protected abstract boolean isErroneous()
protected abstract boolean isInTransaction(CompositeTransaction ct)
protected boolean isInactiveTransaction(CompositeTransaction ct)
public abstract void recycle()
Copyright © 2019. All Rights Reserved.