org.apache.jcs.auxiliary.behavior
Interface IAuxiliaryCacheAttributes

All Superinterfaces:
java.lang.Cloneable, java.io.Serializable
All Known Subinterfaces:
IHSQLCacheAttributes, IJISPCacheAttributes

public interface IAuxiliaryCacheAttributes
extends java.lang.Cloneable, java.io.Serializable

This is a nominal interface that auxilliary cache attributes should implement. This allows the auxiliary mangers to share a common interface.


Method Summary
 IAuxiliaryCacheAttributes copy()
          Description of the Method
 java.lang.String getCacheName()
          Gets the cacheName attribute of the IAuxiliaryCacheAttributes object
 java.lang.String getName()
          Gets the name attribute of the IAuxiliaryCacheAttributes object
 void setCacheName(java.lang.String s)
          Sets the name of the cache, referenced by the appropriate manager.
 void setName(java.lang.String s)
          Name know by by configurator
 

Method Detail

setCacheName

public void setCacheName(java.lang.String s)
Sets the name of the cache, referenced by the appropriate manager.

Parameters:
s - The new cacheName value

getCacheName

public java.lang.String getCacheName()
Gets the cacheName attribute of the IAuxiliaryCacheAttributes object

Returns:
The cacheName value

setName

public void setName(java.lang.String s)
Name know by by configurator

Parameters:
s - The new name value

getName

public java.lang.String getName()
Gets the name attribute of the IAuxiliaryCacheAttributes object

Returns:
The name value

copy

public IAuxiliaryCacheAttributes copy()
Description of the Method



Copyright © 2002-2005 Apache Software Foundation. All Rights Reserved.