A B C D E F G H I J L M O P R S T U X 

A

acquireWriteLock() - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Allows the delegate to acquire a write lock.
addEventListener(RecoveryEventListener) - Method in class com.sun.enterprise.transaction.api.RecoveryResourceRegistry
 
addExtendedEntityManagerMapping(EntityManagerFactory, SimpleResource) - Method in interface com.sun.enterprise.transaction.api.JavaEETransaction
 
addListener(RecoveryResourceListener) - Method in class com.sun.enterprise.transaction.api.RecoveryResourceRegistry
 
addTxEntityManagerMapping(EntityManagerFactory, SimpleResource) - Method in interface com.sun.enterprise.transaction.api.JavaEETransaction
 
afterRecovery(boolean, boolean, String) - Method in interface com.sun.enterprise.transaction.spi.RecoveryEventListener
Indicate to the listener that recovery is over.

B

beforeRecovery(boolean, String) - Method in interface com.sun.enterprise.transaction.spi.RecoveryEventListener
Indicate to the listener that recovery for a specific instance is about to start.
begin(int) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
 

C

checkTransactionExport(boolean) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Perform checks during export of a transaction on a remote call.
checkTransactionImport() - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Perform checks during import of a transaction on a remote call.
cleanTxnTimeout() - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
 
clearThreadTx() - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Clears the transaction associated with the caller thread
close() - Method in interface com.sun.enterprise.transaction.api.SimpleResource
Close the resource
closeConnections(List) - Method in interface com.sun.enterprise.transaction.spi.RecoveryResourceHandler
close the connections that were used to provide xa-resources for recovery
closeUserConnection() - Method in interface com.sun.enterprise.transaction.spi.TransactionalResource
 
com.sun.enterprise.transaction.api - package com.sun.enterprise.transaction.api
 
com.sun.enterprise.transaction.config - package com.sun.enterprise.transaction.config
 
com.sun.enterprise.transaction.spi - package com.sun.enterprise.transaction.spi
 
com.sun.enterprise.transaction.startup - package com.sun.enterprise.transaction.startup
 
commit(Xid, boolean) - Method in class com.sun.enterprise.transaction.api.XAResourceWrapper
 
commitDistributedTransaction() - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Commit distributed transaction if there is any.
componentDestroyed(Object, ComponentInvocation) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
This is called by Container to indicate that a component is being destroyed.
componentDestroyed(Object) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
This is called by Container to indicate that a component is being destroyed.
componentDestroyed(ResourceHandler) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
This is called by Container to indicate that a component is being destroyed.

D

delistComponentResources(boolean) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
This is called by the Container to ask the Transaction Manager to delist all resources held by a component The TM finds the component through the InvocationManager
delistResource(Transaction, TransactionalResource, int) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Delist the resource specified from the transaction
destroyResource() - Method in interface com.sun.enterprise.transaction.spi.TransactionalResource
 
doAfterUtxBegin() - Method in interface com.sun.enterprise.transaction.spi.TransactionOperationsManager
Called by the UserTransaction when transaction is started.

E

end(Xid, int) - Method in class com.sun.enterprise.transaction.api.XAResourceWrapper
 
enlistComponentResources() - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
This is called by the Container to ask the Transaction Manager to enlist all resources held by a component and to associate the current Transaction with the current Invocation The TM finds the component through the InvocationManager
enlistDistributedNonXAResource(Transaction, TransactionalResource) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Perform implementation specific steps to enlist a non-XA resource with a distribute transaction.
enlistedInTransaction(Transaction) - Method in interface com.sun.enterprise.transaction.spi.TransactionalResource
Indicates that a resource has been enlisted in the transaction.
enlistLAOResource(Transaction, TransactionalResource) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Perform implementation specific steps to enlist resource as a LAO.
enlistResource(Transaction, TransactionalResource) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Enlist the resource specified with the transaction

F

forceRollback(String) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
 
forget(Xid) - Method in class com.sun.enterprise.transaction.api.XAResourceWrapper
 
freeze() - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
 

G

getActiveTransactions() - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
 
getAllParticipatingPools() - Method in interface com.sun.enterprise.transaction.api.JavaEETransaction
 
getAutomaticRecovery() - Method in interface com.sun.enterprise.transaction.config.TransactionService
Gets the value of the automaticRecovery property.
getComponentInstance() - Method in interface com.sun.enterprise.transaction.spi.TransactionalResource
 
getComponentName() - Method in class com.sun.enterprise.transaction.api.TransactionAdminBean
 
getContainerData() - Method in interface com.sun.enterprise.transaction.api.JavaEETransaction
 
getCurrentTransaction() - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Return JavaEETransaction instance associated with the current thread.
getElapsedTime() - Method in class com.sun.enterprise.transaction.api.TransactionAdminBean
 
getEventListeners() - Method in class com.sun.enterprise.transaction.api.RecoveryResourceRegistry
 
getExistingResourceList(Object, ComponentInvocation) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Returns a list of resource handles held by the component
getExtendedEntityManagerResource(EntityManagerFactory) - Method in interface com.sun.enterprise.transaction.api.JavaEETransaction
 
getHeuristicDecision() - Method in interface com.sun.enterprise.transaction.config.TransactionService
Gets the value of the heuristicDecision property.
getId() - Method in class com.sun.enterprise.transaction.api.TransactionAdminBean
 
getIdentifier() - Method in class com.sun.enterprise.transaction.api.TransactionAdminBean
 
getInstance() - Method in class com.sun.enterprise.transaction.api.XAResourceWrapper
public Xid[] recover(int flag) throws XAException { throw new XAException("This is to be implemented by sub classes"); } public void commit(Xid xid, boolean flag) throws XAException{ throw new XAException("This is to be implemented by sub classes"); } public void rollback(Xid xid) throws XAException{ throw new XAException("This is to be implemented by sub classes"); }
getJavaEETransaction(Transaction) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Get local transaction object that corresponds to this transaction instance.
getKeypointInterval() - Method in interface com.sun.enterprise.transaction.config.TransactionService
Gets the value of the keypointInterval property.
getLAOResource() - Method in interface com.sun.enterprise.transaction.api.JavaEETransaction
 
getListeners() - Method in class com.sun.enterprise.transaction.api.RecoveryResourceRegistry
 
getName() - Method in interface com.sun.enterprise.transaction.spi.TransactionalResource
 
getNonXAResource() - Method in interface com.sun.enterprise.transaction.api.JavaEETransaction
 
getOrder() - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
The delegate with the largest order will be used.
getProperty() - Method in interface com.sun.enterprise.transaction.config.TransactionService
Properties.
getPurgeCancelledTtransactionsAfter() - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Returns the value to be used to purge transaction tasks after the specified number of cancelled tasks
getReadLock() - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Return the delegate specific read lock that implements Lock interface.
getResourceList(Object, ComponentInvocation) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
get the resources being used in the calling component's invocation context
getResourceNames() - Method in class com.sun.enterprise.transaction.api.TransactionAdminBean
 
getResources(Object) - Method in interface com.sun.enterprise.transaction.api.JavaEETransaction
 
getRetryTimeoutInSeconds() - Method in interface com.sun.enterprise.transaction.config.TransactionService
Gets the value of the retryTimeoutInSeconds property.
getStatus() - Method in class com.sun.enterprise.transaction.api.TransactionAdminBean
 
getStatus() - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Get implementation specific status of the transaction associated with the current thread.
getTimeoutInSeconds() - Method in interface com.sun.enterprise.transaction.config.TransactionService
Gets the value of the timeoutInSeconds property.
getTransaction() - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Get implementation specific transaction object that represents the transaction context of the calling thread.
getTransactionAdminBean(Transaction) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Return TransactionAdminBean with delegate specific implementation details of an active Transaction.
getTransactionRemainingTimeout() - Method in interface com.sun.enterprise.transaction.api.TransactionImport
Return duration before current transaction would timeout.
getTransactionTimeout() - Method in class com.sun.enterprise.transaction.api.XAResourceWrapper
 
getTxEntityManagerResource(EntityManagerFactory) - Method in interface com.sun.enterprise.transaction.api.JavaEETransaction
 
getTxLogDir() - Method in interface com.sun.enterprise.transaction.config.TransactionService
Gets the value of the txLogDir property.
getTxLogLocation() - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Return location of transaction logs
getTxLogLocation() - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Return location of transaction logs
getXAResource() - Method in interface com.sun.enterprise.transaction.spi.TransactionalResource
 
getXAResources() - Method in interface com.sun.enterprise.transaction.spi.RecoveryResourceListener
Return the XAResource objects for recovery processing.
getXAResourceWrapper(String) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Return XAResourceWrapper instance specific to this datasource class name that can be used instead of the driver provided version for transaction recovery.
getXAResourceWrapper(String) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Returns an instance of an XAResourceWrapper if this delegate supports transaction recovery and there is a wrapper available for this class name.
getXATerminator() - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Provides a handle to a XATerminator instance.
getXATerminator() - Method in interface com.sun.enterprise.transaction.api.TransactionImport
Provides a handle to a XATerminator instance.
getXATerminator() - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
This is used by importing transactions via the Connector contract.

H

handlePropertyUpdate(String, Object) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Handle configuration change.
handlePropertyUpdate(String, Object) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Handle configuration change.

I

init(ManagedConnection, Subject) - Method in class com.sun.enterprise.transaction.api.XAResourceWrapper
 
initRecovery(boolean) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Initialize recovery framework
initRecovery(boolean) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Initialize recovery framework.
isEnlisted() - Method in interface com.sun.enterprise.transaction.spi.TransactionalResource
 
isEnlistmentSuspended() - Method in interface com.sun.enterprise.transaction.spi.TransactionalResource
 
isFrozen() - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
 
isLocalTx() - Method in interface com.sun.enterprise.transaction.api.JavaEETransaction
 
isNullTransaction() - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Return true if a "null transaction context" was received from the client or if the server's transaction.interoperability flag is false.
isNullTransaction() - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Return the delegate specific implementation when a "null transaction context" was received from the client.
isOpen() - Method in interface com.sun.enterprise.transaction.api.SimpleResource
Returns true if the resource is open
isSameRM(XAResource) - Method in class com.sun.enterprise.transaction.api.XAResourceWrapper
 
isShareable() - Method in interface com.sun.enterprise.transaction.spi.TransactionalResource
 
isTimedOut() - Method in interface com.sun.enterprise.transaction.api.JavaEETransaction
 
isTimedOut() - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Utility for the ejb container to check if the transaction is marked for rollback because of timeout.
isTransactional() - Method in interface com.sun.enterprise.transaction.spi.TransactionalResource
 
isWriteLocked() - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Return true if the delegate had its write lock acquired.

J

JavaEETransaction - Interface in com.sun.enterprise.transaction.api
 
JavaEETransactionManager - Interface in com.sun.enterprise.transaction.api
Manages transactions, acting as a gateway to the TM state machine.
JavaEETransactionManagerDelegate - Interface in com.sun.enterprise.transaction.spi
 

L

LAO_PREPARE_OK - Static variable in interface com.sun.enterprise.transaction.api.TransactionConstants
 
loadXAResourcesAndItsConnections(List, List) - Method in interface com.sun.enterprise.transaction.spi.RecoveryResourceHandler
load xa-resource instances for recovery

M

m_xacon - Variable in class com.sun.enterprise.transaction.api.XAResourceWrapper
 

O

onReady() - Method in class com.sun.enterprise.transaction.startup.TransactionLifecycleService
 
onShutdown() - Method in class com.sun.enterprise.transaction.startup.TransactionLifecycleService
 

P

postConstruct() - Method in class com.sun.enterprise.transaction.startup.TransactionLifecycleService
 
postInvoke(ComponentInvocation, ComponentInvocation) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Called by InvocationManager
preDestroy() - Method in class com.sun.enterprise.transaction.startup.TransactionLifecycleService
 
preInvoke(ComponentInvocation) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Called by InvocationManager
prepare(Xid) - Method in class com.sun.enterprise.transaction.api.XAResourceWrapper
 

R

recover(XAResource[]) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
 
recover(int) - Method in class com.sun.enterprise.transaction.api.XAResourceWrapper
 
recover(XAResource[]) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Recover an array of XAResource objects for a failed XA transaction.
recoverIncompleteTx(boolean, String, XAResource[]) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Called by the ResourceRecoveryManager to recover the populated array of XAResource.
recoverIncompleteTx(boolean, String) - Method in interface com.sun.enterprise.transaction.api.ResourceRecoveryManager
recover incomplete transactions
recoverIncompleteTx(boolean, String, String, boolean) - Method in interface com.sun.enterprise.transaction.api.ResourceRecoveryManager
recover incomplete transactions with before and after event notifications
recoverIncompleteTx(boolean, String, XAResource[]) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Recover the populated array of XAResource if this delegate supports transaction recovery.
recoverXAResources(boolean) - Method in interface com.sun.enterprise.transaction.api.ResourceRecoveryManager
recover the xa-resources
recoverXAResources() - Method in interface com.sun.enterprise.transaction.api.ResourceRecoveryManager
to recover xa resources
recoveryCompleted() - Method in interface com.sun.enterprise.transaction.spi.RecoveryResourceListener
Indicate to the listener that recovery is over.
RecoveryEventListener - Interface in com.sun.enterprise.transaction.spi
Interface implemented by the consumers that are interested in recovery start and end events
RecoveryResourceHandler - Interface in com.sun.enterprise.transaction.spi
RecoveryResourceHandler will be used by transaction-manager to get resource instances.
Using these resource instances, transaction recovery will be done.
All type of (xa)resources will have a resource recovery handler which will be used by transaction-manager
RecoveryResourceListener - Interface in com.sun.enterprise.transaction.spi
Interface implemented by the consumers of recoveryResource registry and recoveryresourcelistener.
RecoveryResourceRegistry - Class in com.sun.enterprise.transaction.api
This is a registry class that keep the recoveryresource and event listeners.
RecoveryResourceRegistry() - Constructor for class com.sun.enterprise.transaction.api.RecoveryResourceRegistry
 
recoveryStarted() - Method in interface com.sun.enterprise.transaction.spi.RecoveryResourceListener
Indicate to the listener that recovery started.
recreate(Xid, long) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
recreate a transaction based on the Xid.
recreate(Xid, long) - Method in interface com.sun.enterprise.transaction.api.TransactionImport
Recreate a transaction based on the Xid.
recreate(Xid, long) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Recreate a transaction based on the Xid.
registerComponentResource(TransactionalResource) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
 
registerInterposedSynchronization(Synchronization) - Method in interface com.sun.enterprise.transaction.spi.TransactionInternal
Register a Synchronization instance with special ordering semantics.
registerRecoveryResourceHandler(XAResource) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Allows an arbitrary XAResource to register for recovery
registerRecoveryResourceHandler(XAResource) - Method in interface com.sun.enterprise.transaction.api.TransactionImport
Allows an arbitrary XAResource to register for recovery
registerRecoveryResourceHandler(XAResource) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Allows an arbitrary XAResource to register for recovery
registerSynchronization(Synchronization) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
register a synchronization object with the transaction associated with the current thread
release(Xid) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Release a transaction.
release(Xid) - Method in interface com.sun.enterprise.transaction.api.TransactionImport
Release a transaction.
release(Xid) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Release a transaction.
releaseWriteLock() - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Allows the delegate to release a write lock.
removeExtendedEntityManagerMapping(EntityManagerFactory) - Method in interface com.sun.enterprise.transaction.api.JavaEETransaction
 
removeTransaction(Transaction) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Remove the Transaction object from the cache.
ResourceRecoveryManager - Interface in com.sun.enterprise.transaction.api
ResourceRecoveryManager interface to be implemented by the resource manager that supports XA recovery.
resume(Transaction) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Perform implementation specific steps to resume a Transaction.
rollback(Xid) - Method in class com.sun.enterprise.transaction.api.XAResourceWrapper
 
rollbackDistributedTransaction() - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Rollback distributed transaction if there is any.

S

setAutomaticRecovery(String) - Method in interface com.sun.enterprise.transaction.config.TransactionService
Sets the value of the automaticRecovery property.
setComponentInstance(Object) - Method in interface com.sun.enterprise.transaction.spi.TransactionalResource
 
setComponentName(String) - Method in class com.sun.enterprise.transaction.api.TransactionAdminBean
 
setContainerData(T) - Method in interface com.sun.enterprise.transaction.api.JavaEETransaction
 
setCurrentTransaction(JavaEETransaction) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Update JavaEETransaction associated with the current thread.
setDefaultTransactionTimeout(int) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
 
setDelegate(JavaEETransactionManagerDelegate) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Explicitly set the JavaEETransactionManagerDelegate instance for implementation-specific callbacks.
setElapsedTime(long) - Method in class com.sun.enterprise.transaction.api.TransactionAdminBean
 
setHeuristicDecision(String) - Method in interface com.sun.enterprise.transaction.config.TransactionService
Sets the value of the heuristicDecision property.
setId(String) - Method in class com.sun.enterprise.transaction.api.TransactionAdminBean
 
setIdentifier(Object) - Method in class com.sun.enterprise.transaction.api.TransactionAdminBean
 
setKeypointInterval(String) - Method in interface com.sun.enterprise.transaction.config.TransactionService
Sets the value of the keypointInterval property.
setLAOResource(TransactionalResource) - Method in interface com.sun.enterprise.transaction.api.JavaEETransaction
 
setLazyRecovery(boolean) - Method in interface com.sun.enterprise.transaction.api.ResourceRecoveryManager
to enable lazy recovery, setting lazy to "true" will
setMonitoringEnabled(boolean) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
 
setPurgeCancelledTtransactionsAfter(int) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Allows to purge transaction tasks after the specified value of cancelled tasks
setResourceNames(ArrayList<String>) - Method in class com.sun.enterprise.transaction.api.TransactionAdminBean
 
setResources(Set, Object) - Method in interface com.sun.enterprise.transaction.api.JavaEETransaction
 
setRetryTimeoutInSeconds(String) - Method in interface com.sun.enterprise.transaction.config.TransactionService
Sets the value of the retryTimeoutInSeconds property.
setRollbackOnlyDistributedTransaction() - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Perform implementation specific steps to set setRollbackOnly status for distributed transaction if there is any.
setStatus(String) - Method in class com.sun.enterprise.transaction.api.TransactionAdminBean
 
setTimeoutInSeconds(String) - Method in interface com.sun.enterprise.transaction.config.TransactionService
Sets the value of the timeoutInSeconds property.
setTransactionManager(JavaEETransactionManager) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Set the JavaEETransactionManager reference.
setTransactionTimeout(int) - Method in class com.sun.enterprise.transaction.api.XAResourceWrapper
 
setTxLogDir(String) - Method in interface com.sun.enterprise.transaction.config.TransactionService
Sets the value of the txLogDir property.
setUseLAO(boolean) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Reset LAO value.
shutdown() - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
Perform shutdown cleanup.
SimpleResource - Interface in com.sun.enterprise.transaction.api
Represents a resource that can be queried for open status and can be closed
start(Xid, int) - Method in class com.sun.enterprise.transaction.api.XAResourceWrapper
 
startJTSTx(JavaEETransaction, boolean) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Start new JTS transaction for the existing local transaction object.
subject - Variable in class com.sun.enterprise.transaction.api.XAResourceWrapper
 
supportsXA() - Method in interface com.sun.enterprise.transaction.spi.TransactionalResource
 
supportsXAResource() - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Returns true if this delegate supports XA resources.
suspend(JavaEETransaction) - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Perform implementation specific steps to suspend a JavaEETransaction.

T

TransactionAdminBean - Class in com.sun.enterprise.transaction.api
 
TransactionAdminBean(Object, String, String, long, String, ArrayList<String>) - Constructor for class com.sun.enterprise.transaction.api.TransactionAdminBean
 
TransactionalResource - Interface in com.sun.enterprise.transaction.spi
TransactionalResource interface to be implemented by the resource handlers to be able to communicate with used the transaction manager components
TransactionConstants - Interface in com.sun.enterprise.transaction.api
Transaction constants that can be referenced by other components.
TransactionImport - Interface in com.sun.enterprise.transaction.api
Transaction Manager extensions to support transaction inflow w/o resource adapter.
TransactionInternal - Interface in com.sun.enterprise.transaction.spi
 
TransactionLifecycleService - Class in com.sun.enterprise.transaction.startup
Service wrapper to only lookup the transaction recovery when there are applications deployed since the actual service has ORB dependency.
TransactionLifecycleService() - Constructor for class com.sun.enterprise.transaction.startup.TransactionLifecycleService
 
TransactionOperationsManager - Interface in com.sun.enterprise.transaction.spi
TransactionOperationsManager interface to be used by various components to perform notifications by UserTransaction instance.
TransactionService - Interface in com.sun.enterprise.transaction.config
Configuration for Transaction Manager
TransactionServiceInjector - Class in com.sun.enterprise.transaction.config
 
TransactionServiceInjector() - Constructor for class com.sun.enterprise.transaction.config.TransactionServiceInjector
 

U

unfreeze() - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
 
unregisterComponentResource(TransactionalResource) - Method in interface com.sun.enterprise.transaction.api.JavaEETransactionManager
 
useLAO() - Method in interface com.sun.enterprise.transaction.spi.JavaEETransactionManagerDelegate
Returns true if this implementation supports last agent optimization.
userTransactionLookupAllowed() - Method in interface com.sun.enterprise.transaction.spi.TransactionOperationsManager
Called by the UserTransaction lookup to verify access to the UserTransaction itself.
userTransactionMethodsAllowed() - Method in interface com.sun.enterprise.transaction.spi.TransactionOperationsManager
Called by the UserTransaction implementation to verify access to the UserTransaction methods.

X

XAResourceWrapper - Class in com.sun.enterprise.transaction.api
Wrappers over XAResources extend from this class.
XAResourceWrapper() - Constructor for class com.sun.enterprise.transaction.api.XAResourceWrapper
 
A B C D E F G H I J L M O P R S T U X 

Copyright © 2013. All Rights Reserved.