Class TSXAConnectionImpl
java.lang.Object
com.sun.ts.tests.common.connector.whitebox.TSXAConnectionImpl
- All Implemented Interfaces:
- TSXAConnection
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddConnectionEventListener(jakarta.resource.spi.ConnectionEventListener listener) voidclose()getConnection(String user, char[] password) 
- 
Constructor Details- 
TSXAConnectionImplpublic TSXAConnectionImpl()
 
- 
- 
Method Details- 
getXAResource- Specified by:
- getXAResourcein interface- TSXAConnection
- Throws:
- Exception
 
- 
getConnection- Specified by:
- getConnectionin interface- TSXAConnection
- Throws:
- Exception
 
- 
getConnection- Specified by:
- getConnectionin interface- TSXAConnection
- Throws:
- Exception
 
- 
close- Specified by:
- closein interface- TSXAConnection
- Throws:
- Exception
 
- 
addConnectionEventListenerpublic void addConnectionEventListener(jakarta.resource.spi.ConnectionEventListener listener) - Specified by:
- addConnectionEventListenerin interface- TSXAConnection
 
 
-