|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoggerFacade | |
---|---|
org.apache.commons.transaction.file | |
org.apache.commons.transaction.locking | |
org.apache.commons.transaction.memory | |
org.apache.commons.transaction.util |
Uses of LoggerFacade in org.apache.commons.transaction.file |
---|
Fields in org.apache.commons.transaction.file declared as LoggerFacade | |
---|---|
protected LoggerFacade |
FileSequence.logger
|
protected LoggerFacade |
FileResourceManager.logger
|
Methods in org.apache.commons.transaction.file that return LoggerFacade | |
---|---|
LoggerFacade |
FileResourceManager.getLogger()
Gets the logger used by this resource manager. |
Constructors in org.apache.commons.transaction.file with parameters of type LoggerFacade | |
---|---|
FileResourceManager(String storeDir,
String workDir,
boolean urlEncodePath,
LoggerFacade logger)
Creates a new resource manager operation on the specified directories. |
|
FileResourceManager(String storeDir,
String workDir,
boolean urlEncodePath,
LoggerFacade logger,
boolean debug)
Creates a new resource manager operation on the specified directories. |
|
FileResourceManager(String storeDir,
String workDir,
ResourceIdToPathMapper idMapper,
LoggerFacade logger,
boolean debug)
Creates a new resource manager operation on the specified directories. |
|
FileResourceManager(String storeDir,
String workDir,
ResourceIdToPathMapper idMapper,
TransactionIdToPathMapper txIdMapper,
LoggerFacade logger,
boolean debug)
Creates a new resource manager operation on the specified directories. |
|
FileSequence(String storeDir,
LoggerFacade logger)
Creates a new resouce manager operation on the specified directories. |
|
VirtualAdminCommandsFileResourceManager(String storeDir,
String workDir,
boolean urlEncodePath,
LoggerFacade logger)
Creates a new resource manager operation on the specified directories. |
|
VirtualAdminCommandsFileResourceManager(String storeDir,
String workDir,
boolean urlEncodePath,
LoggerFacade logger,
boolean debug)
Creates a new resource manager operation on the specified directories. |
|
VirtualAdminCommandsFileResourceManager(String storeDir,
String workDir,
ResourceIdToPathMapper idMapper,
LoggerFacade logger,
boolean debug)
Creates a new resource manager operation on the specified directories. |
|
VirtualAdminCommandsFileResourceManager(String storeDir,
String workDir,
ResourceIdToPathMapper idMapper,
TransactionIdToPathMapper txIdMapper,
LoggerFacade logger,
boolean debug)
Creates a new resource manager operation on the specified directories. |
Uses of LoggerFacade in org.apache.commons.transaction.locking |
---|
Fields in org.apache.commons.transaction.locking declared as LoggerFacade | |
---|---|
protected LoggerFacade |
GenericLock.logger
|
protected LoggerFacade |
GenericLockManager.logger
|
Constructors in org.apache.commons.transaction.locking with parameters of type LoggerFacade | |
---|---|
GenericLock(Object resourceId,
int maxLockLevel,
LoggerFacade logger)
Creates a new lock. |
|
GenericLockManager(int maxLockLevel,
LoggerFacade logger)
|
|
GenericLockManager(int maxLockLevel,
LoggerFacade logger,
long timeoutMSecs)
|
|
GenericLockManager(int maxLockLevel,
LoggerFacade logger,
long timeoutMSecs,
long checkThreshholdMSecs)
Creates a new generic lock manager. |
|
ReadWriteLock(Object resourceId,
LoggerFacade logger)
Creates a new read/write lock. |
|
ReadWriteLockManager(int maxLockLevel,
LoggerFacade logger,
long timeoutMSecs)
|
|
ReadWriteLockManager(LoggerFacade logger,
long timeoutMSecs)
Creates a new read/write lock manager. |
|
ReadWriteUpgradeLock(Object resourceId,
LoggerFacade logger)
Creates a new read/write/upgrade lock. |
|
ReadWriteUpgradeLockManager(LoggerFacade logger,
long timeoutMSecs)
Creates a new read/write/upgrade lock manager. |
Uses of LoggerFacade in org.apache.commons.transaction.memory |
---|
Fields in org.apache.commons.transaction.memory declared as LoggerFacade | |
---|---|
protected LoggerFacade |
OptimisticMapWrapper.logger
|
Constructors in org.apache.commons.transaction.memory with parameters of type LoggerFacade | |
---|---|
OptimisticMapWrapper(Map wrapped,
MapFactory mapFactory,
SetFactory setFactory,
LoggerFacade logger)
Creates a new optimistic transactional map wrapper. |
|
PessimisticMapWrapper(Map wrapped,
LoggerFacade logger)
Creates a new pessimistic transactional map wrapper. |
|
PessimisticMapWrapper(Map wrapped,
MapFactory mapFactory,
SetFactory setFactory,
LoggerFacade logger)
Creates a new pessimistic transactional map wrapper. |
Uses of LoggerFacade in org.apache.commons.transaction.util |
---|
Classes in org.apache.commons.transaction.util that implement LoggerFacade | |
---|---|
class |
CommonsLoggingLogger
|
class |
Log4jLogger
Default logger implementation. |
class |
PrintWriterLogger
Logger implementation that logs into a pring writer like the one passed in JCA. |
Fields in org.apache.commons.transaction.util declared as LoggerFacade | |
---|---|
protected LoggerFacade |
TurnBarrier.logger
|
protected LoggerFacade |
RendezvousBarrier.logger
|
Methods in org.apache.commons.transaction.util that return LoggerFacade | |
---|---|
LoggerFacade |
LoggerFacade.createLogger(String name)
|
LoggerFacade |
Log4jLogger.createLogger(String name)
|
LoggerFacade |
CommonsLoggingLogger.createLogger(String name)
|
LoggerFacade |
PrintWriterLogger.createLogger(String newName)
|
Constructors in org.apache.commons.transaction.util with parameters of type LoggerFacade | |
---|---|
RendezvousBarrier(String name,
int parties,
long timeout,
LoggerFacade logger)
|
|
RendezvousBarrier(String name,
LoggerFacade logger)
|
|
RendezvousBarrier(String name,
long timeout,
LoggerFacade logger)
|
|
TurnBarrier(String name,
LoggerFacade logger)
Creates a new turn barrier starting with turn 0 with an unlimited timeout. |
|
TurnBarrier(String name,
long timeout,
LoggerFacade logger)
Creates a new turn barrier starting with turn 0. |
|
TurnBarrier(String name,
long timeout,
LoggerFacade logger,
int startTurn)
Creates a new turn barrier. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |