abstractpublic class ComponentKeeperFactory (Code)
Abstract factory to build ComponentKeeper instances. If you want to use your own factory , you have to :
1. Subclass this abstract factory and implement the newComponentKeeper() method.
2. Set the system property "org.josso.ComponentKeeperFactory" to your factory implementation's FQCN.
The default factory, if no system property is specified is MBeanComponentKeeperFactoryImpl
author: Sebastian Gonzalez Oyuela version: $Id: ComponentKeeperFactory.java 508 2008-02-18 13:32:29Z sgonzalez $
final public static String COMPONENT_KEEKPER_FACTORY(Code)
The system property that specifies the fully qualified class name of the specific ComponentKeeperFactory.
The constant value is org.josso.ComponentKeeperFactory