public abstract class AbstractMaximoMTEnabledCache extends java.lang.Object implements MaximoMTEnabledCache
| Constructor and Description |
|---|
AbstractMaximoMTEnabledCache() |
| Modifier and Type | Method and Description |
|---|---|
MaximoCache |
getCache()
Return the maximo cache instance.
|
void |
init()
Initialize the cache object.
|
boolean |
isLoaded() |
void |
reload()
Reloads the cache object.
|
void |
reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic void init()
throws MXException
MaximoCacheinit in interface MaximoCacheMXExceptionpublic void reload()
throws MXException
MaximoCachereload in interface MaximoCacheMXExceptionpublic void reload(java.lang.String key)
throws MXException
MaximoCachereload in interface MaximoCacheMXExceptionpublic MaximoCache getCache()
MaximoMTEnabledCachegetCache in interface MaximoMTEnabledCachepublic boolean isLoaded()
isLoaded in interface MaximoMTEnabledCache