public class MaxExtIfaceOutImpl extends java.lang.Object implements MaximoCache
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
MaxExtIfaceOutImpl() |
| Modifier and Type | Method and Description |
|---|---|
MaxExtIfaceOutInfo |
getExtIfaceOutInfo(java.lang.String extsystem,
java.lang.String ifaceName)
Returns a List of MaxExtIfaceOutInfo objects for the given extsystem-iface
combination
|
java.util.Map |
getInterfacesOut(java.lang.String systemName)
Gets all systems info for the given external system name
|
java.lang.String |
getName()
Returns the name as registered in Maximo Cache
|
java.util.List |
getSystemsForChannel(java.lang.String channelName)
Gets all systems name for the given interface name
|
void |
init()
Initialization
|
boolean |
isInterfaceOutEnabled(java.lang.String extSysName,
java.lang.String ifaceName)
Returns whether the given interface is enabled for a given ext system
|
void |
refresh()
Refresh the DD
|
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 MaximoCacheMXException - MAXIMO exceptionpublic void reload()
throws MXException
reload in interface MaximoCacheMXException - MAXIMO exceptionpublic void reload(java.lang.String key)
throws MXException
reload in interface MaximoCacheMXException - Maximo Exceptionpublic java.lang.String getName()
getName in interface MaximoCachepublic java.util.Map getInterfacesOut(java.lang.String systemName)
public java.util.List getSystemsForChannel(java.lang.String channelName)
public boolean isInterfaceOutEnabled(java.lang.String extSysName,
java.lang.String ifaceName)
throws MXException
extSysName - the external system nameifaceName - interface nameMXException - Maximo Exception if the given external system does
not exist in the DDpublic MaxExtIfaceOutInfo getExtIfaceOutInfo(java.lang.String extsystem, java.lang.String ifaceName)
extsystem - external system nameifaceName - interface namepublic void refresh()
throws MXException
MXException - Maximo Exception