mcconnell    2003/01/15 03:58:14

  Added:       src/java/org/apache/avalon/cornerstone/services/source
                        DataSourceSelector.java
  Log:
  ServiceManager based replacement of DataSourceSelector
  
  Revision  Changes    Path
  1.1                  
jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/source/DataSourceSelector.java
  
  Index: DataSourceSelector.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.txt file.
   */
  package org.apache.avalon.cornerstone.services.source;
  
  import org.apache.avalon.framework.service.ServiceSelector;
  
  /**
   * DataSourceSelector
   *
   * @author <a href="mailto:[EMAIL PROTECTED]";>Avalon Development Team</a>
   */
  public interface DataSourceSelector
      extends ServiceSelector
  {
      String ROLE = DataSourceSelector.class.getName();
  }
  
  
  

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

Reply via email to