Class AbstractThreadSafeComponentPrioritizableSupporterExtensionPoint<T extends Prioritizable & Supporter<X>,X>

Type Parameters:
T - the type of the managed extensions, must implement Supporter and Prioritizable
X - The type of element supported
All Implemented Interfaces:
LogEnabled, ExtensionPoint<T>, Disposable, Initializable, Component, Contextualizable, Serviceable, ThreadSafe

Avalon based implementation of an Supporter and Prioritizable ExtensionPoint.