donaldp 01/04/23 22:44:35 Added: src/java/org/apache/phoenix/engine PhoenixManager.java Log: Define new interface to describe Manager for kernel/embeddor/deployer Revision Changes Path 1.1 jakarta-avalon-phoenix/src/java/org/apache/phoenix/engine/PhoenixManager.java Index: PhoenixManager.java =================================================================== /* * Copyright (C) The Apache Software Foundation. All rights reserved. * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in * the LICENSE file. */ package org.apache.phoenix.engine; import org.apache.avalon.atlantis.SystemManager; /** * This facility is responsible for managing phoenix instance. * This includes managing embeddor, deployer and kernel. * * @author <a href="[EMAIL PROTECTED]">Leo Simons</a> * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a> */ public interface PhoenixManager extends SystemManager { } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
