You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by do...@apache.org on 2001/04/24 07:43:47 UTC

cvs commit: jakarta-avalon-phoenix/src/java/org/apache/avalon/atlantis SystemManager.java

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="mail@leosimons.com">Leo Simons</a>
   * @author <a href="mailto:donaldp@apache.org">Peter Donald</a>
   */
  public interface SystemManager
      extends Component
  {
  }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org