Class SingletonComponentManager<T>

  • All Implemented Interfaces:
    ComponentManager<T>

    public class SingletonComponentManager<T>
    extends AbstractComponentManager<T>
    This ensures a component is only used as a singleton, and is only shutdown when the container shuts down.
    Author:
    Jason van Zyl