public class EnterpriseServiceCacheImpl extends java.lang.Object implements MaximoCache
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Constructor and Description |
---|
EnterpriseServiceCacheImpl() |
Modifier and Type | Method and Description |
---|---|
EnterpriseServiceInfo |
getEnterpriseServiceInfo(java.lang.String name)
Return EnterpriseServiceInfo object for the given service name
|
java.util.Map<java.lang.String,EnterpriseServiceInfo> |
getEnterpriseServiceMap()
Returns Map of all Enterprise services info.
|
java.lang.String |
getName()
Returns the name as registered in Maximo Cache
|
void |
init()
Initialization fo EnterpriseServiceCache
|
void |
reload()
Refresh EnterpriseServiceCache
|
void |
reload(java.lang.String key)
Reload a paricular key in memory.
|
public static final java.lang.String NAME
public void init() throws MXException
init
in interface MaximoCache
MXException
- Maximo Exceptionpublic java.lang.String getName()
getName
in interface MaximoCache
public void reload() throws MXException
reload
in interface MaximoCache
MXException
- Maximo Exceptionpublic void reload(java.lang.String key) throws MXException
reload
in interface MaximoCache
key
- key to reloadMXException
- Maximo Exceptionpublic java.util.Map<java.lang.String,EnterpriseServiceInfo> getEnterpriseServiceMap()
public EnterpriseServiceInfo getEnterpriseServiceInfo(java.lang.String name)
name
- Enterprise Service name