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, waitbuildCache, isMinimalPutsEnabledByDefault, nextTimestampprotected void prepare(Properties properties)
protected void release()
public final void start(Properties properties) throws CacheException
start in interface CacheProviderproperties - current configuration settings.CacheExceptionpublic final void stop()
stop in interface CacheProviderpublic Object getCache()
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved