| BooleanEditor |
Used by xbean to set booleans.
|
| BrokerSupport |
Utility class for broker operations
|
| DefaultIOExceptionHandler |
|
| HexSupport |
Used to convert to hex from byte arrays and back.
|
| IOHelper |
Collection of File and Folder utility methods.
|
| JMXSupport |
|
| LeaseLockerIOExceptionHandler |
|
| LinkedNode |
Provides a base class for you to extend when you want object to maintain a
doubly linked list to other objects without using a collection class.
|
| LockFile |
Used to lock a File.
|
| LogWriterFinder |
Class used to find a LogWriter implementation, and returning
a LogWriter object, taking as argument the name of a log writer.
|
| MemoryIntPropertyEditor |
Used by xbean to set integers.
|
| MemoryPropertyEditor |
Used by xbean to set longs.
|
| NetworkBridgeUtils |
|
| Promise<T> |
Used to implement callback based result passing of a promised computation.
|
| PromiseCallback<T> |
|
| StoreUtil |
|
| SubscriptionKey |
|
| ThreadTracker |
Debugging tool to track entry points through code, useful to see runtime call paths
To use, add to a method as follows:
public void someMethod() {
ThreadTracker.track("someMethod");
...
}
and at some stage call result to get a LOG
output of the callers with an associated call count
|
| TransactionTemplate |
A helper class for running code with a PersistenceAdapter in a transaction.
|
| XBeanByteConverterUtil |
Converts string values like "20 Mb", "1024kb", and "1g" to long or int values in bytes.
|