org.jboss.ejb3.cache.simple
Class SimpleStatefulCacheFactory

java.lang.Object
  extended by org.jboss.ejb3.cache.simple.SimpleStatefulCacheFactory
All Implemented Interfaces:
Ejb3CacheFactory

public class SimpleStatefulCacheFactory
extends java.lang.Object
implements Ejb3CacheFactory

Factory for obtaining SimpleStatefulCache instances


Constructor Summary
SimpleStatefulCacheFactory()
           
 
Method Summary
 StatefulCache createCache()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleStatefulCacheFactory

public SimpleStatefulCacheFactory()
Method Detail

createCache

public StatefulCache createCache()
Specified by:
createCache in interface Ejb3CacheFactory