Skip navigation links
A C D E F G H I M P R S T U W X 

A

addConnectionEventListener(ConnectionEventListener) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 
associateConnection(Object) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 
asString(Xid) - Static method in class ch.maxant.generic_jca_adapter.XidImpl
gets a log friendly / web service friendly version (base 64) of the global transaction ID

C

ch.maxant.generic_jca_adapter - package ch.maxant.generic_jca_adapter
 
cleanup() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 
close(TransactionAssistant) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 
close() - Method in class ch.maxant.generic_jca_adapter.TransactionAssistantImpl
 
commit(Xid, boolean) - Method in class ch.maxant.generic_jca_adapter.TransactionAssistanceXAResource
 
createConnectionFactory() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceFactory
 
createConnectionFactory(ConnectionManager) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceFactory
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceFactory
 

D

destroy() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 

E

end(Xid, int) - Method in class ch.maxant.generic_jca_adapter.TransactionAssistanceXAResource
 
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class ch.maxant.generic_jca_adapter.GenericResourceAdapter
 
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in class ch.maxant.generic_jca_adapter.GenericResourceAdapter
 
equals(Object) - Method in class ch.maxant.generic_jca_adapter.GenericResourceAdapter
 
equals(Object) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceFactory
 
execute(ExecuteCallback<O>) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
Calls the callback to do some work bound into the transaction.
executeInActiveTransaction(ExecuteCallback<O>) - Method in class ch.maxant.generic_jca_adapter.TransactionAssistantImpl
 

F

forget(Xid) - Method in class ch.maxant.generic_jca_adapter.TransactionAssistanceXAResource
 

G

GenericResourceAdapter - Class in ch.maxant.generic_jca_adapter
A resource adapter able to bind callbacks into XA
GenericResourceAdapter() - Constructor for class ch.maxant.generic_jca_adapter.GenericResourceAdapter
 
getBranchQualifier() - Method in class ch.maxant.generic_jca_adapter.XidImpl
 
getCommitRollbackRecoveryCallback() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 
getConnection(Subject, ConnectionRequestInfo) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 
getEISProductName() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceMetaData
 
getEISProductVersion() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceMetaData
 
getFormatId() - Method in class ch.maxant.generic_jca_adapter.XidImpl
 
getGlobalTransactionId() - Method in class ch.maxant.generic_jca_adapter.XidImpl
 
getId() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceFactory
 
getLocalTransaction() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 
getLogWriter() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 
getLogWriter() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceFactory
 
getManagedConnectionFactoryId() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
the managedConnectionFactoryId of the managed connection factory
getMaxConnections() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceMetaData
 
getMetaData() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 
getRecoveryStatePersistenceDirectory() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 
getReference() - Method in class ch.maxant.generic_jca_adapter.TransactionAssistanceFactoryImpl
 
getResourceAdapter() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceFactory
 
getTransactionAssistant() - Method in class ch.maxant.generic_jca_adapter.TransactionAssistanceFactoryImpl
 
getTransactionTimeout() - Method in class ch.maxant.generic_jca_adapter.TransactionAssistanceXAResource
 
getUserName() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceMetaData
 
getXAResource() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 
getXAResources(ActivationSpec[]) - Method in class ch.maxant.generic_jca_adapter.GenericResourceAdapter
 
getXid(String) - Static method in class ch.maxant.generic_jca_adapter.XidImpl
 

H

hashCode() - Method in class ch.maxant.generic_jca_adapter.GenericResourceAdapter
 
hashCode() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceFactory
 

I

isHandleRecoveryInternally() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 
isSameRM(XAResource) - Method in class ch.maxant.generic_jca_adapter.TransactionAssistanceXAResource
 

M

ManagedTransactionAssistance - Class in ch.maxant.generic_jca_adapter
There is an assumption here that instances of this class are not thread safe in that they can only be used one at a time.
ManagedTransactionAssistance(TransactionAssistanceFactory.CommitRollbackRecoveryCallback, boolean, File, String) - Constructor for class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 
ManagedTransactionAssistanceFactory - Class in ch.maxant.generic_jca_adapter
A class which the container uses to create "connection" factories.
ManagedTransactionAssistanceFactory() - Constructor for class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceFactory
 
ManagedTransactionAssistanceMetaData - Class in ch.maxant.generic_jca_adapter
 
ManagedTransactionAssistanceMetaData() - Constructor for class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceMetaData
 
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceFactory
 

P

prepare(Xid) - Method in class ch.maxant.generic_jca_adapter.TransactionAssistanceXAResource
 

R

recover(int) - Method in class ch.maxant.generic_jca_adapter.TransactionAssistanceXAResource
 
registerCommitRollbackRecovery(TransactionAssistanceFactory.CommitRollbackRecoveryCallback) - Method in class ch.maxant.generic_jca_adapter.TransactionAssistanceFactoryImpl
 
removeConnectionEventListener(ConnectionEventListener) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 
rollback(Xid) - Method in class ch.maxant.generic_jca_adapter.TransactionAssistanceXAResource
 

S

setCurrentTxId(String) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 
setHandleRecoveryInternally(String) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceFactory
 
setId(String) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceFactory
 
setLogWriter(PrintWriter) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
 
setLogWriter(PrintWriter) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceFactory
 
setRecoveryStatePersistenceDirectory(String) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceFactory
 
setReference(Reference) - Method in class ch.maxant.generic_jca_adapter.TransactionAssistanceFactoryImpl
 
setResourceAdapter(ResourceAdapter) - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistanceFactory
 
setTransactionTimeout(int) - Method in class ch.maxant.generic_jca_adapter.TransactionAssistanceXAResource
 
start(BootstrapContext) - Method in class ch.maxant.generic_jca_adapter.GenericResourceAdapter
 
start(Xid, int) - Method in class ch.maxant.generic_jca_adapter.TransactionAssistanceXAResource
 
stop() - Method in class ch.maxant.generic_jca_adapter.GenericResourceAdapter
 

T

toString() - Method in class ch.maxant.generic_jca_adapter.XidImpl
gets a log friendly / web service friendly version of the global transaction ID
TransactionAssistanceFactoryImpl - Class in ch.maxant.generic_jca_adapter
 
TransactionAssistanceFactoryImpl(ManagedTransactionAssistanceFactory, ConnectionManager) - Constructor for class ch.maxant.generic_jca_adapter.TransactionAssistanceFactoryImpl
 
TransactionAssistanceXAResource - Class in ch.maxant.generic_jca_adapter
XAResource used by the transaction assistance JCA Adapter to bind callbacks into transactions.
TransactionAssistanceXAResource(ManagedTransactionAssistance) - Constructor for class ch.maxant.generic_jca_adapter.TransactionAssistanceXAResource
 
TransactionAssistantImpl - Class in ch.maxant.generic_jca_adapter
 
TransactionAssistantImpl(ManagedTransactionAssistance) - Constructor for class ch.maxant.generic_jca_adapter.TransactionAssistantImpl
 

U

unregisterCommitRollbackRecovery() - Method in class ch.maxant.generic_jca_adapter.TransactionAssistanceFactoryImpl
 

W

wasExecuteSuccessful() - Method in class ch.maxant.generic_jca_adapter.ManagedTransactionAssistance
Was the call to the execute method successful? Used by the XAResource to determine if PREPARE can return OK or NOK.

X

XidImpl - Class in ch.maxant.generic_jca_adapter
An implementation of Xid transaction IDs which uses base 64 to make the IDs HTTP friendly - i.e.
XidImpl(byte[], int, byte[]) - Constructor for class ch.maxant.generic_jca_adapter.XidImpl
 
A C D E F G H I M P R S T U W X 
Skip navigation links

Copyright © 2015 Ant Kutschera. All rights reserved.