public class MaxExtIfaceOut extends AbstractMaximoMTEnabledCache
APPLOGGER, CRONTASKLOGGER, CRONTASKMGRLOGGER, CRONTASKMGRSQLLOGGER, DBCONNECTIONLOGGER, DDLOGGER, DMLOGGER, EVENTLOGGER, EXCEPTIONLOGGER, MAILLOGGER, MAXIMOLOGGER, MTLOGGER, NULLMBOPOINTER, SECURITY, SENDFAILEDLOGGER, SERVICELOGGER, SQLLOGGER
appenderPrefix, LOGGERNAME_APP, LOGGERNAME_CRONTASK, LOGGERNAME_CRONTASKMGR, LOGGERNAME_DBCONNECTION, LOGGERNAME_DD, LOGGERNAME_DM, LOGGERNAME_DMPREVIEW, LOGGERNAME_EVENT, LOGGERNAME_EXCEPTION, LOGGERNAME_MAIL, LOGGERNAME_MAXIMO, LOGGERNAME_MT, LOGGERNAME_NULLMBOPOINTER, LOGGERNAME_SECURITY, LOGGERNAME_SENDFAILED, LOGGERNAME_SERVICE, LOGGERNAME_SQL, LOGGERNAME_SQL_CRONTASKMGR, LOGGERNAME_TXN, loggerPrefix
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<java.lang.String,MaxExtIfaceOutInfo> |
getInterfacesOut(java.lang.String systemName)
Gets all systems info for the given external system name
|
static MaxExtIfaceOut |
getMaxExtIfaceOut()
Always use one instance of MaxExtIfaceOut
|
java.lang.String |
getName()
Returns the name as registered in Maximo Cache
|
java.util.List<java.lang.String> |
getSystemsForChannel(java.lang.String channelName)
Gets all systems name for the given interface name
|
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
|
getCache, getLoadedTenants, init, isLoaded, reload, reload, unloadInactiveCaches, unloadTenant
public static MaxExtIfaceOut getMaxExtIfaceOut() throws MXException
MXException
- MAXIMO exceptionpublic java.lang.String getName()
public java.util.Map<java.lang.String,MaxExtIfaceOutInfo> getInterfacesOut(java.lang.String systemName)
public java.util.List<java.lang.String> 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