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, wait
getName
public void init() throws MXException
MaximoCache
init
in interface MaximoCache
MXException
public void reload() throws MXException
MaximoCache
reload
in interface MaximoCache
MXException
public void reload(java.lang.String key) throws MXException
MaximoCache
reload
in interface MaximoCache
MXException
public MaximoCache getCache()
MaximoMTEnabledCache
getCache
in interface MaximoMTEnabledCache
public boolean isLoaded()
isLoaded
in interface MaximoMTEnabledCache