Package org.apache.avalon.framework.thread
Interfaces enabling declaration of single threaded and thread-safe components.
-
Interface Summary Interface Description SingleThreaded A interface to mark a component as SingleThreaded.ThreadSafe A interface to mark a component as ThreadSafe or reentrant.