Class TSXAConnectionImpl
java.lang.Object
com.sun.ts.tests.common.connector.whitebox.TSXAConnectionImpl
- All Implemented Interfaces:
TSXAConnection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addConnectionEventListener
(jakarta.resource.spi.ConnectionEventListener listener) void
close()
getConnection
(String user, char[] password)
-
Constructor Details
-
TSXAConnectionImpl
public TSXAConnectionImpl()
-
-
Method Details
-
getXAResource
- Specified by:
getXAResource
in interfaceTSXAConnection
- Throws:
Exception
-
getConnection
- Specified by:
getConnection
in interfaceTSXAConnection
- Throws:
Exception
-
getConnection
- Specified by:
getConnection
in interfaceTSXAConnection
- Throws:
Exception
-
close
- Specified by:
close
in interfaceTSXAConnection
- Throws:
Exception
-
addConnectionEventListener
public void addConnectionEventListener(jakarta.resource.spi.ConnectionEventListener listener) - Specified by:
addConnectionEventListener
in interfaceTSXAConnection
-