| Interface | Description |
|---|---|
| Handler<T> | |
| IOExceptionHandler |
| Class | Description |
|---|---|
| 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");
... |
| TransactionTemplate |
A helper class for running code with a PersistenceAdapter in a transaction.
|
| Exception | Description |
|---|---|
| WrappedException |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.