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

java.lang.Object
  extended byorg.apache.jcs.auxiliary.disk.hsql.HSQLCacheFactory
All Implemented Interfaces:
AuxiliaryCacheFactory

public class HSQLCacheFactory
extends java.lang.Object
implements AuxiliaryCacheFactory

Version:
1.0

Constructor Summary
HSQLCacheFactory()
           
 
Method Summary
 AuxiliaryCache createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
          Description of the Method
 java.lang.String getName()
          Gets the name attribute of the HSQLCacheFactory object
 void setName(java.lang.String name)
          Sets the name attribute of the HSQLCacheFactory object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HSQLCacheFactory

public HSQLCacheFactory()
Method Detail

createCache

public AuxiliaryCache createCache(AuxiliaryCacheAttributes iaca,
                                  CompositeCache cache)
Description of the Method

Specified by:
createCache in interface AuxiliaryCacheFactory
Parameters:
iaca - Attributes the factory will use to create the AuxiliaryCache instance.
cache - The CompositeCache which will contain the AuxiliaryCache instance being created. Allows auxiliaries to retain a reference to their associated CompositeCache.

getName

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

Specified by:
getName in interface AuxiliaryCacheFactory
Returns:
The name value

setName

public void setName(java.lang.String name)
Sets the name attribute of the HSQLCacheFactory object

Specified by:
setName in interface AuxiliaryCacheFactory
Parameters:
name - The new name value


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