public interface ResourceHandle
Modifier and Type | Method and Description |
---|---|
void |
closeUserConnection() |
void |
destroyResource() |
Object |
getComponentInstance() |
XAResource |
getXAResource() |
boolean |
isEnlisted() |
boolean |
isEnlistmentSuspended() |
boolean |
isShareable() |
boolean |
isTransactional() |
void |
setComponentInstance(Object instance) |
void |
setEnlistmentSuspended(boolean enlistmentSuspended) |
boolean |
supportsXA() |
boolean isTransactional()
boolean isEnlistmentSuspended()
void setEnlistmentSuspended(boolean enlistmentSuspended)
XAResource getXAResource()
boolean supportsXA()
Object getComponentInstance()
void setComponentInstance(Object instance)
void closeUserConnection() throws PoolingException
PoolingException
boolean isEnlisted()
boolean isShareable()
void destroyResource()
Copyright © 2019. All rights reserved.