| java.lang.Object org.jboss.test.jca.adapter.TestManagedConnection
TestManagedConnection | public class TestManagedConnection implements ManagedConnection,XAResource,LocalTransaction(Code) | | TestManagedConnection.java
author: David Jencks author: Adrian Brock version: $Revision: 57211 $ |
Inner Class :public class GlobalXID | |
LOCAL_COMMITTED | final public static String LOCAL_COMMITTED(Code) | | |
LOCAL_ROLLEDBACK | final public static String LOCAL_ROLLEDBACK(Code) | | |
LOCAL_TRANSACTION | final public static String LOCAL_TRANSACTION(Code) | | |
addConnectionEventListener | public synchronized void addConnectionEventListener(ConnectionEventListener cel)(Code) | | |
associateConnection | public synchronized void associateConnection(Object p) throws ResourceException(Code) | | |
begin | public void begin() throws ResourceException(Code) | | |
broadcastConnectionError | protected void broadcastConnectionError(Throwable e)(Code) | | |
checkDestroyedResourceException | void checkDestroyedResourceException() throws ResourceException(Code) | | |
cleanup | public synchronized void cleanup() throws ResourceException(Code) | | |
commit | public void commit() throws ResourceException(Code) | | |
destroy | public synchronized void destroy() throws ResourceException(Code) | | |
doSleep | public void doSleep(long sleep)(Code) | | |
getConnection | public synchronized Object getConnection(Subject param1, ConnectionRequestInfo param2) throws ResourceException(Code) | | |
getLocalTransaction | public LocalTransaction getLocalTransaction() throws ResourceException(Code) | | |
getMetaData | public ManagedConnectionMetaData getMetaData() throws ResourceException(Code) | | |
getXAResource | public synchronized XAResource getXAResource() throws ResourceException(Code) | | |
isInTx | synchronized boolean isInTx()(Code) | | |
removeConnectionEventListener | public synchronized void removeConnectionEventListener(ConnectionEventListener cel)(Code) | | |
rollback | public void rollback() throws ResourceException(Code) | | |
sendBegin | public void sendBegin() throws ResourceException(Code) | | |
sendCommit | public void sendCommit() throws ResourceException(Code) | | |
sendRollback | public void sendRollback() throws ResourceException(Code) | | |
setFailInCommit | void setFailInCommit(boolean fail, int xaCode)(Code) | | |
setFailInEnd | public static void setFailInEnd(boolean fie, int xa)(Code) | | |
setFailInPrepare | void setFailInPrepare(boolean fail, int xaCode)(Code) | | |
setFailInStart | public static void setFailInStart(boolean fis, int xa)(Code) | | |
setLogWriter | public void setLogWriter(PrintWriter param1) throws ResourceException(Code) | | |
setTransactionTimeout | public boolean setTransactionTimeout(int param1) throws XAException(Code) | | |
|
|