@ManagedResource(description="Managed Script") public class ManagedScript extends ManagedProcessor implements org.apache.camel.api.management.mbean.ManagedScriptMBean
TIMESTAMP_FORMATexchangesTotal, resetTimestamp, startTimestamp| Constructor and Description |
|---|
ManagedScript(org.apache.camel.CamelContext context,
org.apache.camel.processor.ScriptProcessor processor,
org.apache.camel.model.ScriptDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.model.ScriptDefinition |
getDefinition() |
String |
getExpression() |
String |
getExpressionLanguage() |
dumpProcessorAsXml, getCamelId, getCamelManagementName, getContext, getId, getIndex, getInstance, getProcessor, getProcessorId, getRoute, getRouteId, getState, getStepId, getSupportExtendedInformation, init, setRoute, start, stopcompletedExchange, dumpStatsAsXml, failedExchange, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, processExchange, reset, setStatisticsEnabledgetExchangesTotal, getResetTimestamp, getStartTimestamp, incrementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdumpProcessorAsXml, getCamelId, getCamelManagementName, getIndex, getProcessorId, getRouteId, getState, getStepId, getSupportExtendedInformation, start, stopdumpStatsAsXml, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, setStatisticsEnabledpublic ManagedScript(org.apache.camel.CamelContext context, org.apache.camel.processor.ScriptProcessor processor, org.apache.camel.model.ScriptDefinition definition)
public org.apache.camel.model.ScriptDefinition getDefinition()
getDefinition in class ManagedProcessorpublic String getExpressionLanguage()
getExpressionLanguage in interface org.apache.camel.api.management.mbean.ManagedScriptMBeanpublic String getExpression()
getExpression in interface org.apache.camel.api.management.mbean.ManagedScriptMBeanApache Camel