public class AutoInitCache extends java.lang.Object implements MaximoCache
Constructor and Description |
---|
AutoInitCache()
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the cache object.
|
java.lang.String |
getProcess(MboRemote mbo)
Returns the cached name of the Auto Init process for the mbo.
|
void |
init()
No initial load of values is done.
|
void |
reload()
Clears the lookup map.
|
void |
reload(java.lang.String key)
Clear the cached process name for the given mbo name.
|
public void init() throws MXException
init
in interface MaximoCache
MXException
MaximoCache.init()
public void reload() throws MXException
reload
in interface MaximoCache
MXException
MaximoCache.reload()
public void reload(java.lang.String key) throws MXException
reload
in interface MaximoCache
MXException
MaximoCache.reload(java.lang.String)
public java.lang.String getName()
MaximoCache
getName
in interface MaximoCache
MaximoCache.getName()
public java.lang.String getProcess(MboRemote mbo) throws java.rmi.RemoteException, MXException
mbo
- java.rmi.RemoteException
MXException