Uses of Interface
org.apache.camel.builder.endpoint.dsl.JMXEndpointBuilderFactory.JMXEndpointBuilder
Packages that use JMXEndpointBuilderFactory.JMXEndpointBuilder
-
Uses of JMXEndpointBuilderFactory.JMXEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return JMXEndpointBuilderFactory.JMXEndpointBuilderModifier and TypeMethodDescriptionJMX (camel-jmx) Receive JMX notifications.JMX (camel-jmx) Receive JMX notifications. -
Uses of JMXEndpointBuilderFactory.JMXEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JMXEndpointBuilderFactory.JMXEndpointBuilderModifier and TypeMethodDescriptionJMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.basic()JMXEndpointBuilderFactory.JMXEndpointBuilder.differenceMode(boolean differenceMode) If true, then the value reported in the notification is the difference from the threshold as opposed to the value itself (counter and gauge monitor only).JMXEndpointBuilderFactory.JMXEndpointBuilder.differenceMode(String differenceMode) If true, then the value reported in the notification is the difference from the threshold as opposed to the value itself (counter and gauge monitor only).JMXEndpointBuilderFactory.endpointBuilder(String componentName, String path) Format for the message body.JMXEndpointBuilderFactory.JMXEndpointBuilder.granularityPeriod(long granularityPeriod) The frequency to poll the bean to check the monitor (monitor types only).JMXEndpointBuilderFactory.JMXEndpointBuilder.granularityPeriod(String granularityPeriod) The frequency to poll the bean to check the monitor (monitor types only).JMXEndpointBuilderFactory.JMXEndpointBuilder.initThreshold(int initThreshold) Initial threshold for the monitor.JMXEndpointBuilderFactory.JMXEndpointBuilder.initThreshold(String initThreshold) Initial threshold for the monitor.JMX (camel-jmx) Receive JMX notifications.JMX (camel-jmx) Receive JMX notifications.JMXEndpointBuilderFactory.JMXEndpointBuilder.modulus(int modulus) The value at which the counter is reset to zero (counter monitor only).The value at which the counter is reset to zero (counter monitor only).JMXEndpointBuilderFactory.JMXEndpointBuilder.monitorType(String monitorType) The type of monitor to create.JMXEndpointBuilderFactory.JMXEndpointBuilder.notifyDiffer(boolean notifyDiffer) If true, will fire a notification when the string attribute differs from the string to compare (string monitor or consumer).JMXEndpointBuilderFactory.JMXEndpointBuilder.notifyDiffer(String notifyDiffer) If true, will fire a notification when the string attribute differs from the string to compare (string monitor or consumer).JMXEndpointBuilderFactory.JMXEndpointBuilder.notifyHigh(boolean notifyHigh) If true, the gauge will fire a notification when the high threshold is exceeded (gauge monitor only).JMXEndpointBuilderFactory.JMXEndpointBuilder.notifyHigh(String notifyHigh) If true, the gauge will fire a notification when the high threshold is exceeded (gauge monitor only).JMXEndpointBuilderFactory.JMXEndpointBuilder.notifyLow(boolean notifyLow) If true, the gauge will fire a notification when the low threshold is exceeded (gauge monitor only).If true, the gauge will fire a notification when the low threshold is exceeded (gauge monitor only).JMXEndpointBuilderFactory.JMXEndpointBuilder.notifyMatch(boolean notifyMatch) If true, will fire a notification when the string attribute matches the string to compare (string monitor or consumer).JMXEndpointBuilderFactory.JMXEndpointBuilder.notifyMatch(String notifyMatch) If true, will fire a notification when the string attribute matches the string to compare (string monitor or consumer).JMXEndpointBuilderFactory.JMXEndpointBuilder.objectDomain(String objectDomain) The domain for the mbean you're connecting to.JMXEndpointBuilderFactory.JMXEndpointBuilder.objectName(String objectName) The name key for the mbean you're connecting to.JMXEndpointBuilderFactory.JMXEndpointBuilder.observedAttribute(String observedAttribute) The attribute to observe for the monitor bean or consumer.JMXEndpointBuilderFactory.JMXEndpointBuilder.offset(int offset) The amount to increment the threshold after it's been exceeded (counter monitor only).The amount to increment the threshold after it's been exceeded (counter monitor only).Credentials for making a remote connection.JMXEndpointBuilderFactory.JMXEndpointBuilder.stringToCompare(String stringToCompare) Value for attribute to compare (string monitor or consumer).JMXEndpointBuilderFactory.JMXEndpointBuilder.thresholdHigh(Double thresholdHigh) Value for the gauge's high threshold (gauge monitor only).JMXEndpointBuilderFactory.JMXEndpointBuilder.thresholdHigh(String thresholdHigh) Value for the gauge's high threshold (gauge monitor only).JMXEndpointBuilderFactory.JMXEndpointBuilder.thresholdLow(Double thresholdLow) Value for the gauge's low threshold (gauge monitor only).JMXEndpointBuilderFactory.JMXEndpointBuilder.thresholdLow(String thresholdLow) Value for the gauge's low threshold (gauge monitor only).Credentials for making a remote connection.