public class InterTablesCacheImpl extends java.lang.Object implements MaximoCache
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
InterTablesCacheImpl() |
| Modifier and Type | Method and Description |
|---|---|
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 InterTablesCacheImpl |
getInstance() |
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 of InterTablesCache
|
void |
reload()
Refresh the InterTablesCache
|
void |
reload(java.lang.String key)
Reload a paricular key in memory.
|
public static final java.lang.String NAME
public static InterTablesCacheImpl getInstance() throws MXException
MXExceptionpublic void init()
throws MXException
init in interface MaximoCacheMXException - Maximo Exceptionpublic java.lang.String getName()
getName in interface MaximoCachepublic void reload()
throws MXException
reload in interface MaximoCacheMXException - Maximo Exceptionpublic void reload(java.lang.String key)
throws MXException
reload in interface MaximoCachekey - 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 name