org.apache.jcs.auxiliary.disk.hsql
Class HSQLCacheAttributes

java.lang.Object
  extended byorg.apache.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
      extended byorg.apache.jcs.auxiliary.disk.AbstractDiskCacheAttributes
          extended byorg.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes
All Implemented Interfaces:
AuxiliaryCacheAttributes, java.lang.Cloneable, IDiskCacheAttributes, java.io.Serializable

public class HSQLCacheAttributes
extends AbstractDiskCacheAttributes

Description of the Class

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.jcs.auxiliary.disk.AbstractDiskCacheAttributes
maxPurgatorySize, shutdownSpoolTimeLimit
 
Fields inherited from class org.apache.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
cacheName, eventQueuePoolName, eventQueueType, name
 
Fields inherited from interface org.apache.jcs.auxiliary.disk.behavior.IDiskCacheAttributes
MAX_PURGATORY_SIZE_DEFUALT
 
Fields inherited from interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes
POOLED_QUEUE_TYPE, SINGLE_QUEUE_TYPE
 
Constructor Summary
HSQLCacheAttributes()
          Constructor for the HSQLCacheAttributes object
 
Method Summary
 AuxiliaryCacheAttributes copy()
          Description of the Method
 java.lang.String getDiskPath()
          Gets the diskPath attribute of the HSQLCacheAttributes object
 void setDiskPath(java.lang.String path)
          Sets the diskPath attribute of the HSQLCacheAttributes object
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class org.apache.jcs.auxiliary.disk.AbstractDiskCacheAttributes
getMaxPurgatorySize, getShutdownSpoolTimeLimit, setMaxPurgatorySize, setShutdownSpoolTimeLimit
 
Methods inherited from class org.apache.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
getCacheName, getEventQueuePoolName, getEventQueueType, getEventQueueTypeFactoryCode, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes
getCacheName, getEventQueuePoolName, getEventQueueType, getEventQueueTypeFactoryCode, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setName
 

Constructor Detail

HSQLCacheAttributes

public HSQLCacheAttributes()
Constructor for the HSQLCacheAttributes object

Method Detail

setDiskPath

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

Specified by:
setDiskPath in interface IDiskCacheAttributes
Overrides:
setDiskPath in class AbstractDiskCacheAttributes
Parameters:
path - The new diskPath value

getDiskPath

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

Specified by:
getDiskPath in interface IDiskCacheAttributes
Overrides:
getDiskPath in class AbstractDiskCacheAttributes
Returns:
The diskPath value

copy

public AuxiliaryCacheAttributes copy()
Description of the Method

Specified by:
copy in interface AuxiliaryCacheAttributes
Overrides:
copy in class AbstractDiskCacheAttributes
Returns:
AuxiliaryCacheAttributes

toString

public java.lang.String toString()
Description of the Method

Overrides:
toString in class AbstractDiskCacheAttributes
Returns:
String


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