You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ha...@apache.org on 2002/02/25 22:27:18 UTC

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/client AltrmiFactoryFactory.java

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:Paul_Hammant@yahoo.com">Paul_Hammant@yahoo.com</a>
   * @version $Revision: 1.1 $
   */
  public interface AltrmiFactoryFactory {
  
      /**
       * Method getFactory
       *
       *
       * @param factoryString
       *
       * @return
       *
       *
       */
      AltrmiFactory getFactory(String factoryString);
  
  }
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>