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: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>