org.apache.jcs.auxiliary.javagroups
Class JavaGroupsCacheFactory

java.lang.Object
  extended byorg.apache.jcs.auxiliary.javagroups.JavaGroupsCacheFactory
All Implemented Interfaces:
AuxiliaryCacheFactory

public class JavaGroupsCacheFactory
extends java.lang.Object
implements AuxiliaryCacheFactory

AuxiliaryCacheFactory for creating instances of JavaGroupsCachefor a particular CompositeCache and JavaGroupsCacheAttributes.

Version:
$Id: JavaGroupsCacheFactory.java,v 1.2 2004/06/12 02:34:13 asmuts Exp $

Constructor Summary
JavaGroupsCacheFactory()
           
 
Method Summary
 AuxiliaryCache createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
           
 java.lang.String getName()
          Accessor for name property
 void setName(java.lang.String name)
          Mutator for name property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaGroupsCacheFactory

public JavaGroupsCacheFactory()
Method Detail

createCache

public AuxiliaryCache createCache(AuxiliaryCacheAttributes iaca,
                                  CompositeCache cache)
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()
Accessor for name property

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

setName

public void setName(java.lang.String name)
Mutator for name property

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


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