adc 2004/06/05 07:38:00
Modified: modules/system/src/java/org/apache/geronimo/system/configuration
FileConfigurationList.java
Log:
Updated to use the new GBeanLifecycle interface.
Revision Changes Path
1.2 +3 -3
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/configuration/FileConfigurationList.java
Index: FileConfigurationList.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/configuration/FileConfigurationList.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FileConfigurationList.java 4 Jun 2004 17:27:00 -0000 1.1
+++ FileConfigurationList.java 5 Jun 2004 14:38:00 -0000 1.2
@@ -33,10 +33,10 @@
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
-import org.apache.geronimo.gbean.GBean;
import org.apache.geronimo.gbean.GBeanContext;
import org.apache.geronimo.gbean.GBeanInfo;
import org.apache.geronimo.gbean.GBeanInfoFactory;
+import org.apache.geronimo.gbean.GBeanLifecycle;
import org.apache.geronimo.gbean.WaitingException;
import org.apache.geronimo.kernel.Kernel;
import org.apache.geronimo.kernel.config.ConfigurationInfo;
@@ -51,7 +51,7 @@
*
* @version $Revision$ $Date$
*/
-public class FileConfigurationList implements GBean,
PersistentConfigurationList {
+public class FileConfigurationList implements GBeanLifecycle,
PersistentConfigurationList {
private static final Log log =
LogFactory.getLog(PersistentConfigurationList.class);
private final Kernel kernel;
private final ServerInfo serverInfo;