public class InterTablesCache extends java.lang.Object implements MaximoMTEnabledCache
Modifier and Type | Method and Description |
---|---|
MaximoCache |
getCache()
Return the maximo cache instance.
|
java.util.List<java.lang.String> |
getChannelsForTable(java.lang.String ifaceTbName)
Returns a List of channel names (String) for the given interface table
name
|
static InterTablesCache |
getInstance()
Get one instance of InterTablesCache
|
java.lang.String |
getMosNameForTable(java.lang.String ifaceTbName)
Returns the Object Structure Name associated with the given Interface
Table name.
|
java.lang.String |
getName()
Returns the name as registered in Maximo Cache
|
java.util.List<java.lang.String> |
getServicesForTable(java.lang.String ifaceTbName)
Returns a List of service names (String) for the given interface table
name
|
void |
init()
Initialization fo EnterpriseServiceCache
|
boolean |
isLoaded() |
void |
reload()
Refresh EnterpriseServiceCache
|
void |
reload(java.lang.String key)
Reload a paricular key in memory.
|
public static InterTablesCache getInstance() throws MXException
MXException
- MAXIMO exceptionpublic 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.List<java.lang.String> getServicesForTable(java.lang.String ifaceTbName)
ifaceTbName
- the interface table namepublic java.util.List<java.lang.String> getChannelsForTable(java.lang.String ifaceTbName)
ifaceTbName
- the interface table namepublic java.lang.String getMosNameForTable(java.lang.String ifaceTbName)
ifaceTbName
- Interface Table namepublic MaximoCache getCache()
MaximoMTEnabledCache
getCache
in interface MaximoMTEnabledCache
public boolean isLoaded()
isLoaded
in interface MaximoMTEnabledCache