public class EnterpriseServiceDetailCacheImpl extends java.lang.Object implements MaximoCache
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Constructor and Description |
---|
EnterpriseServiceDetailCacheImpl() |
Modifier and Type | Method and Description |
---|---|
EnterpriseServiceInfo |
getEnterpriseServiceInfo(java.lang.String srv,
java.lang.String mosName)
Get a specific EnterpriseServiceInfo object for the given
service namd and object structure name combination.
|
java.util.List<EnterpriseServiceInfo> |
getEnterpriseServiceList(java.lang.String srv)
Get a List of EnterpriseServiceInfo objects for this service name
|
java.lang.String |
getName()
Returns the name as registered in Maximo Cache
|
void |
init()
Initialization of EnterpriseServiceDetailCache
|
void |
reload()
Refresh this object in memory
|
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 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.lang.String getName()
getName
in interface MaximoCache
public java.util.List<EnterpriseServiceInfo> getEnterpriseServiceList(java.lang.String srv)
public EnterpriseServiceInfo getEnterpriseServiceInfo(java.lang.String srv, java.lang.String mosName)
srv
- Enterprise Service namemosName
- Object Structure name