hammant     02/02/25 13:27:18

  Added:       altrmi/src/java/org/apache/commons/altrmi/client
                        AltrmiFactoryFactory.java
  Log:
  Initial design for FactoryFactory
  
  Revision  Changes    Path
  1.1                  
jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/client/AltrmiFactoryFactory.java
  
  Index: AltrmiFactoryFactory.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.commons.altrmi.client;
  
  import java.io.IOException;
  
  
  /**
   * Interface AltrmiFactory
   *
   *
   * @author Paul Hammant <a 
href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a>
   * @version $Revision: 1.1 $
   */
  public interface AltrmiFactoryFactory {
  
      /**
       * Method getFactory
       *
       *
       * @param factoryString
       *
       * @return
       *
       *
       */
      AltrmiFactory getFactory(String factoryString);
  
  }
  
  
  

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

Reply via email to