Uses of Class
org.apache.camel.component.jmx.JMXUriBuilder
-
Packages that use JMXUriBuilder Package Description org.apache.camel.component.jmx -
-
Uses of JMXUriBuilder in org.apache.camel.component.jmx
Methods in org.apache.camel.component.jmx that return JMXUriBuilder Modifier and Type Method Description JMXUriBuilderJMXUriBuilder. withDifferenceMode(boolean aDifferenceMode)JMXUriBuilderJMXUriBuilder. withFormat(String aFormat)JMXUriBuilderJMXUriBuilder. withGranularityPeriod(long aPeriod)JMXUriBuilderJMXUriBuilder. withHandback(String aHandback)JMXUriBuilderJMXUriBuilder. withInitThreshold(int aInitThreshold)JMXUriBuilderJMXUriBuilder. withModulus(int aModulus)JMXUriBuilderJMXUriBuilder. withMonitorType(String aMonitorType)JMXUriBuilderJMXUriBuilder. withNotificationFilter(String aFilter)JMXUriBuilderJMXUriBuilder. withNotifyDiffer(boolean aNotifyDiffer)JMXUriBuilderJMXUriBuilder. withNotifyHigh(boolean aNotifyHigh)JMXUriBuilderJMXUriBuilder. withNotifyLow(boolean aNotifyLow)JMXUriBuilderJMXUriBuilder. withNotifyMatch(boolean aNotifyMatch)JMXUriBuilderJMXUriBuilder. withObjectDomain(String aFormat)JMXUriBuilderJMXUriBuilder. withObjectName(String aFormat)JMXUriBuilderJMXUriBuilder. 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.JMXUriBuilderJMXUriBuilder. withObjectPropertiesReference(String aReferenceToHashtable)Your value should start with a hash mark since it's a reference to a value.JMXUriBuilderJMXUriBuilder. withObservedAttribute(String aObservedAttribute)JMXUriBuilderJMXUriBuilder. withOffset(int aOffset)JMXUriBuilderJMXUriBuilder. withPassword(String aFormat)JMXUriBuilderJMXUriBuilder. withReconnectDelay(int aReconnectDelay)JMXUriBuilderJMXUriBuilder. withReconnectOnConnectionFailure(boolean aReconnectOnConnectionFailure)JMXUriBuilderJMXUriBuilder. withServerName(String aServerName)JMXUriBuilderJMXUriBuilder. withStringToCompare(String aStringToCompare)JMXUriBuilderJMXUriBuilder. withTestConnectionOnStartup(boolean aTestConnectionOnStartup)JMXUriBuilderJMXUriBuilder. withThresholdHigh(Number aThresholdHigh)JMXUriBuilderJMXUriBuilder. withThresholdLow(Number aThresholdLow)JMXUriBuilderJMXUriBuilder. withUser(String aFormat)
-