org.apache.jcs.auxiliary.disk.hsql.behavior
Interface IHSQLCacheAttributes

All Superinterfaces:
AuxiliaryCacheAttributes, java.lang.Cloneable, java.io.Serializable

public interface IHSQLCacheAttributes
extends AuxiliaryCacheAttributes

Title: Description:

Version:
1.0

Field Summary
 
Fields inherited from interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes
POOLED_QUEUE_TYPE, SINGLE_QUEUE_TYPE
 
Method Summary
 java.lang.String getDiskPath()
          Gets the diskPath attribute of the IHSQLCacheAttributes object
 void setDiskPath(java.lang.String path)
          Sets the diskPath attribute of the IHSQLCacheAttributes object
 
Methods inherited from interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes
copy, getCacheName, getEventQueuePoolName, getEventQueueType, getEventQueueTypeFactoryCode, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setName
 

Method Detail

setDiskPath

public void setDiskPath(java.lang.String path)
Sets the diskPath attribute of the IHSQLCacheAttributes object

Parameters:
path - The new diskPath value

getDiskPath

public java.lang.String getDiskPath()
Gets the diskPath attribute of the IHSQLCacheAttributes object

Returns:
The diskPath value


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