public abstract class AbstractJndiBoundCacheProvider extends Object implements CacheProvider
Constructor and Description |
---|
AbstractJndiBoundCacheProvider() |
Modifier and Type | Method and Description |
---|---|
Object |
getCache() |
protected void |
prepare(Properties properties) |
protected void |
release() |
void |
start(Properties properties)
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory
construction.
|
void |
stop()
Callback to perform any necessary cleanup of the underlying cache
implementation during SessionFactory.close().
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildCache, isMinimalPutsEnabledByDefault, nextTimestamp
protected void prepare(Properties properties)
protected void release()
public final void start(Properties properties) throws CacheException
start
in interface CacheProvider
properties
- current configuration settings.CacheException
public final void stop()
stop
in interface CacheProvider
public Object getCache()
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved