Package bitronix.tm.utils

Misc utility classes.

See:
          Description

Interface Summary
ExceptionAnalyzer Exception analyzers are used to extract non-standard information from vendor exceptions.
Service All internal services implement this interface.
 

Class Summary
ClassLoaderUtils Static utility methods for loading classes and resources.
CollectionUtils Collection helper functions.
CryptoEngine Simple crypto helper that uses symetric keys to crypt and decrypt resources passwords.
Decoder Constant to string decoder.
DefaultExceptionAnalyzer Default implementation of ExceptionAnalyzer.
Encoder Number to byte array and byte array to number encoder.
ExceptionUtils Exception related utilities.
ManagementRegistrar Simple JMX facade.
MonotonicClock A System.currentTimeMillis() replacement which guarantees monotonic time increment.
PropertyUtils Smart reflection helper.
Scheduler<T> Positional object container.
StackTrace A dummy Throwable used to build a call stack.
Uid A constant UID byte array container optimized for use with hashed collections.
UidGenerator Helper that offers UID generation (GTRID, XID, sequences) needed by the transaction manager.
 

Exception Summary
InitializationException Thrown at transaction manager startup when an error occurs.
PropertyException Thrown by PropertyUtils when some reflection error occurs.
 

Package bitronix.tm.utils Description

Misc utility classes.



Copyright © 2006-2013 Bitronix Software. All Rights Reserved.