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
MXException
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.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