Package org.araneaframework.core.util

Interface Summary
ReadWriteLock ReadWriteLocks maintain a pair of associated locks.
Sync Main interface for locks, gates, and conditions.
 

Class Summary
ClassLoaderUtil Utility to determine the classloader that should be used for loading resources.
ComponentUtil This utility class handles listening of component lifecycle events.
ExceptionUtil This utility class contains methods for managing exceptions.
Mutex A simple non-reentrant mutual exclusion lock.
ProxiedHandlerUtil Utility class for accessing methods that will be invocation targets of ProxyEventListener and ProxyActionListener.
ReaderPreferenceReadWriteLock A ReadWriteLock that prefers waiting readers over waiting writers when there is contention.
WriterPreferenceReadWriteLock A ReadWriteLock that prefers waiting writers over waiting readers when there is contention.