Package org.openejb.util

The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture.

See:
          Description

Interface Summary
Stack  
 

Class Summary
ArrayEnumeration An Externalizable Enumeration.
ArrayStack Unsynchronized Stack.
Enumerator  
FastThreadLocal This is an efficient implementation of java.lang.ThreadLocal which uses a background thread to remove stale thread entries, doing away with the inefficiencies of WeakHashMap.
FileUtils  
HashThreadLocal This class allows thread-specific storage (TSS) of values by key, so that object are stored by thread identity as well as an application specific key.
JarUtils  
LinkedListStack A First In First Out (FIFO) queue, also known as a Stack.
LinkedListStack.LinkedEntry  
Logger This is a wrapper class to the log4j facility.
MemoryClassLoader Works around deficencies in Sun's URLClassLoader implementation.
Messages  
OpenEJBErrorHandler  
SafeProperties  
SafeToolkit  
 

Package org.openejb.util Description

The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture.

Package Specification

Yet to come.

Related Documentation

See Also:
ContainerSystem, org.openejb.core.ContainerManager, org.openejb.core.Container, DeploymentInfo