public class EndPointCache 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 |
---|---|
java.util.Map<java.lang.String,MaxEndPointInfo> |
getAllEndpoints()
Get all the defined endpoints.
|
MaxEndPointInfo |
getEndPointInfo(java.lang.String endPointName)
Get the EndPointInfo object
|
java.util.Map<java.lang.String,MaxEndPointPropInfo> |
getEndPointProperties(java.lang.String endPointName)
Returns a map of property values for the given endpoint name.
|
static EndPointCache |
getInstance() |
java.lang.String |
getName()
Returns the name as registered in Maximo Cache
|
getCache, getLoadedTenants, init, isLoaded, reload, reload, unloadInactiveCaches, unloadTenant
public static final EndPointCache getInstance()
public java.lang.String getName()
public java.util.Map<java.lang.String,MaxEndPointInfo> getAllEndpoints()
public MaxEndPointInfo getEndPointInfo(java.lang.String endPointName)
endPointName
- endpoint namepublic java.util.Map<java.lang.String,MaxEndPointPropInfo> getEndPointProperties(java.lang.String endPointName) throws MXException
endPointName
- endpoint nameMXException
- if no such endpoint exists in the DD