|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XidFactory | |
|---|---|
| org.apache.geronimo.transaction.log | |
| org.apache.geronimo.transaction.manager | |
| Uses of XidFactory in org.apache.geronimo.transaction.log |
|---|
| Methods in org.apache.geronimo.transaction.log with parameters of type XidFactory | |
|---|---|
Collection |
HOWLLog.recover(XidFactory xidFactory)
|
Collection |
UnrecoverableLog.recover(XidFactory xidFactory)
|
| Constructors in org.apache.geronimo.transaction.log with parameters of type XidFactory | |
|---|---|
HOWLLog(String bufferClassName,
int bufferSize,
boolean checksumEnabled,
boolean adler32Checksum,
int flushSleepTimeMilliseconds,
String logFileDir,
String logFileExt,
String logFileName,
int maxBlocksPerFile,
int maxBuffers,
int maxLogFiles,
int minBuffers,
int threadsWaitingForceThreshold,
XidFactory xidFactory,
File serverBaseDir)
|
|
HOWLLogGBean(String bufferClassName,
int bufferSize,
boolean checksumEnabled,
boolean adler32Checksum,
int flushSleepTimeMilliseconds,
String logFileDir,
String logFileExt,
String logFileName,
int maxBlocksPerFile,
int maxBuffers,
int maxLogFiles,
int minBuffers,
int threadsWaitingForceThreshold,
XidFactory xidFactory,
org.apache.geronimo.system.serverinfo.ServerInfo serverInfo)
|
|
| Uses of XidFactory in org.apache.geronimo.transaction.manager |
|---|
| Classes in org.apache.geronimo.transaction.manager that implement XidFactory | |
|---|---|
class |
XidFactoryImpl
Factory for transaction ids. |
| Methods in org.apache.geronimo.transaction.manager with parameters of type XidFactory | |
|---|---|
Collection |
TransactionLog.recover(XidFactory xidFactory)
Recovers the log, returning a map of (top level) xid to List of TransactionBranchInfo for the branches. |
| Constructors in org.apache.geronimo.transaction.manager with parameters of type XidFactory | |
|---|---|
GeronimoTransactionManager(int defaultTransactionTimeoutSeconds,
XidFactory xidFactory,
TransactionLog transactionLog,
Collection resourceManagers)
|
|
GeronimoTransactionManagerGBean(int defaultTransactionTimeoutSeconds,
XidFactory xidFactory,
TransactionLog transactionLog,
Collection resourceManagers)
TODO NOTE!!! |
|
RecoveryImpl(TransactionLog txLog,
XidFactory xidFactory)
|
|
TransactionManagerImpl(int defaultTransactionTimeoutSeconds,
XidFactory xidFactory,
TransactionLog transactionLog,
Collection resourceManagers)
|
|
TransactionManagerImplGBean(int defaultTransactionTimeoutSeconds,
XidFactory xidFactory,
TransactionLog transactionLog,
Collection resourceManagers)
TODO NOTE!!! |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||