|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ResourceException in com.atomikos.datasource |
---|
Subclasses of ResourceException in com.atomikos.datasource | |
---|---|
class |
HeuristicException
|
Methods in com.atomikos.datasource that throw ResourceException | |
---|---|
void |
RecoverableResource.close()
Closes the resource for shutdown. |
void |
RecoverableResource.endRecovery()
Notifies the resource that recovery is ended. |
ResourceTransaction |
TransactionalResource.getResourceTransaction(CompositeTransaction compositeTransaction)
Gets or creates a ResourceTransaction. |
boolean |
RecoverableResource.isSameRM(RecoverableResource res)
Tests if a resource is the same as another one. |
boolean |
RecoverableResource.recover(Participant participant)
Recovers the partially reconstructed Participant. |
void |
ResourceTransaction.resume()
Resumes a previously suspended tx. |
void |
RecoverableResource.setRecoveryService(RecoveryService recoveryService)
Initializes this resource with the recovery service. |
void |
ResourceTransaction.suspend()
Suspends the work, so that underlying resources can be used for a next (sibling) invocation. |
Uses of ResourceException in com.atomikos.datasource.xa |
---|
Methods in com.atomikos.datasource.xa that throw ResourceException | |
---|---|
void |
XATransactionalResource.close()
The default close operation. |
void |
XATransactionalResource.endRecovery()
|
ResourceTransaction |
XATransactionalResource.getResourceTransaction(CompositeTransaction ct)
|
boolean |
XATransactionalResource.isClosed()
Test if the resource is closed. |
boolean |
XATransactionalResource.isSameRM(RecoverableResource res)
|
protected void |
XATransactionalResource.recover()
Recover the contained XAResource, and retrieve the xid instances that start with our server's name. |
boolean |
XATransactionalResource.recover(Participant participant)
|
protected abstract XAResource |
XATransactionalResource.refreshXAConnection()
Utility method to establish and refresh the XAResource. |
protected XAResource |
TemporaryXATransactionalResource.refreshXAConnection()
|
protected XAResource |
AcceptAllXATransactionalResource.refreshXAConnection()
|
void |
XAResourceTransaction.resume()
|
void |
XATransactionalResource.setRecoveryService(RecoveryService recoveryService)
|
void |
XAResourceTransaction.suspend()
|
Uses of ResourceException in com.atomikos.datasource.xa.jca |
---|
Methods in com.atomikos.datasource.xa.jca that throw ResourceException | |
---|---|
void |
JcaTransactionalResource.close()
Overrides default close to include closing any open connections to the source. |
protected XAResource |
JcaTransactionalResource.refreshXAConnection()
|
Uses of ResourceException in com.atomikos.datasource.xa.jdbc |
---|
Methods in com.atomikos.datasource.xa.jdbc that throw ResourceException | |
---|---|
void |
JdbcTransactionalResource.close()
Overrides default close to include closing any open connections to the XADataSource. |
protected XAResource |
JdbcTransactionalResource.refreshXAConnection()
Implements the functionality to get an XAResource handle. |
Uses of ResourceException in com.atomikos.datasource.xa.jms |
---|
Methods in com.atomikos.datasource.xa.jms that throw ResourceException | |
---|---|
void |
JmsTransactionalResource.close()
Overrides default close to include closing any open connections to the JMS infrastructure. |
protected XAResource |
JmsTransactionalResource.refreshXAConnection()
Implements the functionality to get an XAResource handle. |
Uses of ResourceException in com.atomikos.icatch.msg |
---|
Methods in com.atomikos.icatch.msg that throw ResourceException | |
---|---|
void |
AbstractTransport.close()
|
void |
AbstractTransport.endRecovery()
|
boolean |
AbstractTransport.isSameRM(RecoverableResource res)
|
boolean |
AbstractTransport.recover(Participant participant)
|
void |
AbstractTransport.setRecoveryService(RecoveryService recoveryService)
|
Uses of ResourceException in com.atomikos.icatch.ws |
---|
Methods in com.atomikos.icatch.ws that throw ResourceException | |
---|---|
void |
ApplicationClasspathResource.close()
|
void |
ApplicationClasspathResource.endRecovery()
|
boolean |
ApplicationClasspathResource.isSameRM(RecoverableResource res)
|
void |
ApplicationClasspathResource.setRecoveryService(RecoveryService recoveryService)
|
Constructors in com.atomikos.icatch.ws that throw ResourceException | |
---|---|
ApplicationClasspathResource(String name,
String logBaseDir,
String logBaseName,
long checkPointInterval)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |