Package bitronix.tm.utils

Misc utility classes.

See:
          Description

Interface Summary
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.
Encoder Number to byte array and byte array to number encoder.
ManagementRegistrar Simple JMX facade.
PropertyUtils Smart reflection helper.
Scheduler Positional object container.
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.