Package io.atlasmap.mxbean
Interface AtlasModuleMXBean
- All Known Implementing Classes:
BaseAtlasModule
,CsvModule
,DfdlModule
,JavaModule
,JsonModule
,PropertyModule
,XmlModule
public interface AtlasModuleMXBean
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getName()
String[]
long
long
long
long
long
long
long
long
long
long
long
long
getUuid()
boolean
boolean
void
setStatisticsEnabled
(boolean enabled)
-
Method Details
-
getUuid
String getUuid() -
getName
String getName() -
getClassName
String getClassName() -
getVersion
String getVersion() -
getDataFormats
String[] getDataFormats() -
getPackageNames
String[] getPackageNames() -
getModeName
String getModeName() -
isSourceSupported
boolean isSourceSupported() -
isTargetSupported
boolean isTargetSupported() -
isStatisticsEnabled
Boolean isStatisticsEnabled() -
setStatisticsEnabled
void setStatisticsEnabled(boolean enabled) -
getSourceCount
long getSourceCount() -
getSourceErrorCount
long getSourceErrorCount() -
getSourceSuccessCount
long getSourceSuccessCount() -
getSourceMinExecutionTime
long getSourceMinExecutionTime() -
getSourceMaxExecutionTime
long getSourceMaxExecutionTime() -
getSourceTotalExecutionTime
long getSourceTotalExecutionTime() -
getTargetCount
long getTargetCount() -
getTargetErrorCount
long getTargetErrorCount() -
getTargetSuccessCount
long getTargetSuccessCount() -
getTargetMinExecutionTime
long getTargetMinExecutionTime() -
getTargetMaxExecutionTime
long getTargetMaxExecutionTime() -
getTargetTotalExecutionTime
long getTargetTotalExecutionTime() -
readAndResetStatistics
- Throws:
OpenDataException
-