| Interface | Description |
|---|---|
| ExceptionAnalyzer |
Exception analyzers are used to extract non-standard information from vendor exceptions.
|
| Service |
All internal services implement this interface.
|
| Class | Description |
|---|---|
| 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 | Description |
|---|---|
| InitializationException |
Thrown at transaction manager startup when an error occurs.
|
| PropertyException |
Thrown by
PropertyUtils when some reflection error occurs. |
Misc utility classes.
Copyright © 2006-2023 Bitronix Software. All Rights Reserved.