Package net.larsan.urd.util

Urd utility package.

See:
          Description

Interface Summary
Certifiable A simple interface for classes/resources or other animals that happend to be signed.
Executor The executor is a simple interface with one method, the execute method.
Resource A resource is an object which have a location and can be read using an input stream and might be signed.
ResourceLocator A resource locator is an interface for resource abstraction.
 

Class Summary
ArrayUtils Some static array helper methods.
ContextUtils This class contains some static helper methods for jndi context operations
ErrorHandler A generalized error handler interface for the Norna package.
EventInvoker An event invocation handler is a generic broadcatser for events to use with a java.lang.reflect.Proxy.
EventQueue An abstract base class for asynchronouns event dispatching.
FileUtils Some static file utilities.
HexUtils Static methods for HEX / byte conversions.
HMAC A simple HMAC (rfc 2104) fro the Urd package.
IOUtils A collection of static methods for stream and channel utilities.
NURL A very simple Norna URL parser class.
ResourceClassLoader A class loader based on a resource locator.
Sizes A simple class with static parse methods for norna configuration sizes.
StringUtils Some static string methods
ThreadPool The thread pool is an abstract pool of thread.
Times A time format class for the Urd configuration.
XMLUtils Some static XML DOM util methods
 

Exception Summary
XMLException A nested exception for XML related services.
 

Package net.larsan.urd.util Description

Urd utility package. This package contains various helper files and common objects. Among those objects is the class loader base and a asynchronous event queue.