Uses of Class
org.apache.camel.component.jmx.JMXUriBuilder
Packages that use JMXUriBuilder
-
Uses of JMXUriBuilder in org.apache.camel.component.jmx
Methods in org.apache.camel.component.jmx that return JMXUriBuilderModifier and TypeMethodDescriptionJMXUriBuilder.withDifferenceMode(boolean aDifferenceMode) JMXUriBuilder.withFormat(String aFormat) JMXUriBuilder.withGranularityPeriod(long aPeriod) JMXUriBuilder.withHandback(String aHandback) JMXUriBuilder.withInitThreshold(int aInitThreshold) JMXUriBuilder.withModulus(int aModulus) JMXUriBuilder.withMonitorType(String aMonitorType) JMXUriBuilder.withNotificationFilter(String aFilter) JMXUriBuilder.withNotifyDiffer(boolean aNotifyDiffer) JMXUriBuilder.withNotifyHigh(boolean aNotifyHigh) JMXUriBuilder.withNotifyLow(boolean aNotifyLow) JMXUriBuilder.withNotifyMatch(boolean aNotifyMatch) JMXUriBuilder.withObjectDomain(String aFormat) JMXUriBuilder.withObjectName(String aFormat) JMXUriBuilder.withObjectProperties(Map<String, String> aPropertiesSansKeyPrefix) Converts all of the values to params with the "key." prefix so the component will pick up on them and set them on the endpoint.JMXUriBuilder.withObjectPropertiesReference(String aReferenceToHashtable) Your value should start with a hash mark since it's a reference to a value.JMXUriBuilder.withObservedAttribute(String aObservedAttribute) JMXUriBuilder.withOffset(int aOffset) JMXUriBuilder.withPassword(String aFormat) JMXUriBuilder.withReconnectDelay(int aReconnectDelay) JMXUriBuilder.withReconnectOnConnectionFailure(boolean aReconnectOnConnectionFailure) JMXUriBuilder.withServerName(String aServerName) JMXUriBuilder.withStringToCompare(String aStringToCompare) JMXUriBuilder.withTestConnectionOnStartup(boolean aTestConnectionOnStartup) JMXUriBuilder.withThresholdHigh(Number aThresholdHigh) JMXUriBuilder.withThresholdLow(Number aThresholdLow)