You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by as...@apache.org on 2002/02/26 07:03:27 UTC

cvs commit: jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/javagroups/behavior ILateralCacheJGAttributes.java

asmuts      02/02/25 22:03:27

  Added:       src/java/org/apache/stratum/jcs/auxiliary/lateral/javagroups/behavior
                        ILateralCacheJGAttributes.java
  Log:
  starting lateral refactoring
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/auxiliary/lateral/javagroups/behavior/ILateralCacheJGAttributes.java
  
  Index: ILateralCacheJGAttributes.java
  ===================================================================
  package org.apache.stratum.jcs.auxiliary.lateral.javagroups.behavior;
  
  import org.apache.stratum.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes;
  
  /**
   * Description of the Interface
   */
  public interface ILateralCacheJGAttributes extends ILateralCacheAttributes
  {
  
      /**
       * Gets the {3} attribute of the ILateralCacheJGAttributes object
       *
       * @return The {3} value
       */
      public String getDistProps();
  
      /**
       * Sets the {3} attribute of the ILateralCacheJGAttributes object
       *
       * @param props The new {3} value
       */
      public void setDistProps( String props );
  
      /**
       * Gets the {3} attribute of the ILateralCacheJGAttributes object
       *
       * @return The {3} value
       */
      public String getRpcProps();
  
      /**
       * Sets the {3} attribute of the ILateralCacheJGAttributes object
       *
       * @param props The new {3} value
       */
      public void setRpcProps( String props );
  
  }
  
  
  

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