Package org.apache.activemq.util
package org.apache.activemq.util
-
ClassDescriptionUsed by xbean to set booleans.Utility class for broker operationsHandler<T>Used to convert to hex from byte arrays and back.Collection of File and Folder utility methods.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.Used to lock a File.Class used to find a LogWriter implementation, and returning a LogWriter object, taking as argument the name of a log writer.Used by xbean to set integers.Used by xbean to set longs.Promise<T>Used to implement callback based result passing of a promised computation.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 callresultto get a LOG output of the callers with an associated call countA helper class for running code with a PersistenceAdapter in a transaction.Converts string values like "20 Mb", "1024kb", and "1g" to long or int values in bytes.