public abstract class AbstractJndiBoundCacheProvider extends java.lang.Object implements CacheProvider
| Constructor and Description |
|---|
AbstractJndiBoundCacheProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCache() |
protected void |
prepare(java.util.Properties properties) |
protected void |
release() |
void |
start(java.util.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(java.util.Properties properties)
protected void release()
public final void start(java.util.Properties properties)
throws CacheException
start in interface CacheProviderproperties - current configuration settings.CacheExceptionpublic final void stop()
stop in interface CacheProviderpublic java.lang.Object getCache()
Copyright © 2013. All Rights Reserved.