org.apache.jcs.auxiliary
Class MockAuxiliaryCacheAttributes

java.lang.Object
  extended by org.apache.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
      extended by org.apache.jcs.auxiliary.MockAuxiliaryCacheAttributes
All Implemented Interfaces:
Serializable, Cloneable, AuxiliaryCacheAttributes

public class MockAuxiliaryCacheAttributes
extends AbstractAuxiliaryCacheAttributes

For testing.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
cacheName, eventQueuePoolName, eventQueueType, name
 
Fields inherited from interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes
POOLED_QUEUE_TYPE, SINGLE_QUEUE_TYPE
 
Constructor Summary
MockAuxiliaryCacheAttributes()
           
 
Method Summary
 AuxiliaryCacheAttributes copy()
          Doesn't really copy
 
Methods inherited from class org.apache.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
getCacheName, getEventQueuePoolName, getEventQueueType, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockAuxiliaryCacheAttributes

public MockAuxiliaryCacheAttributes()
Method Detail

copy

public AuxiliaryCacheAttributes copy()
Doesn't really copy

Returns:
this


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.