donaldp     01/04/23 22:43:47

  Added:       src/java/org/apache/avalon/atlantis SystemManager.java
  Log:
  Define new interface to describe Manager for kernel/embeddor/deployer
  
  Revision  Changes    Path
  1.1                  
jakarta-avalon-phoenix/src/java/org/apache/avalon/atlantis/SystemManager.java
  
  Index: SystemManager.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.avalon.atlantis;
  
  import org.apache.avalon.component.Component;
  
  /**
   * This facility is responsible for managing the system. 
   * This includes managing the embeddor, deployer and kernel.
   *
   * @author <a href="[EMAIL PROTECTED]">Leo Simons</a>
   * @author <a href="mailto:[EMAIL PROTECTED]";>Peter Donald</a>
   */
  public interface SystemManager
      extends Component
  {
  }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to