public class XAResourceInsertionInterceptor extends Object implements ConnectionInterceptor
Constructor and Description |
---|
XAResourceInsertionInterceptor(ConnectionInterceptor next,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
getConnection(ConnectionInfo connectionInfo) |
void |
info(StringBuilder s) |
void |
returnConnection(ConnectionInfo connectionInfo,
ConnectionReturnAction connectionReturnAction) |
public XAResourceInsertionInterceptor(ConnectionInterceptor next, String name)
public void getConnection(ConnectionInfo connectionInfo) throws javax.resource.ResourceException
getConnection
in interface ConnectionInterceptor
javax.resource.ResourceException
public void returnConnection(ConnectionInfo connectionInfo, ConnectionReturnAction connectionReturnAction)
returnConnection
in interface ConnectionInterceptor
public void destroy()
destroy
in interface ConnectionInterceptor
public void info(StringBuilder s)
info
in interface ConnectionInterceptor
Copyright © 2019. All rights reserved.