Uses of Class
org.apache.camel.component.jmx.JMXUriBuilder

Packages that use JMXUriBuilder
org.apache.camel.component.jmx   
 

Uses of JMXUriBuilder in org.apache.camel.component.jmx
 

Methods in org.apache.camel.component.jmx that return JMXUriBuilder
 JMXUriBuilder JMXUriBuilder.withFormat(String aFormat)
           
 JMXUriBuilder JMXUriBuilder.withHandback(String aHandback)
           
 JMXUriBuilder JMXUriBuilder.withNotificationFilter(String aFilter)
           
 JMXUriBuilder JMXUriBuilder.withObjectDomain(String aFormat)
           
 JMXUriBuilder JMXUriBuilder.withObjectName(String aFormat)
           
 JMXUriBuilder 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 JMXUriBuilder.withObjectPropertiesReference(String aReferenceToHashtable)
          Your value should start with a hash mark since it's a reference to a value.
 JMXUriBuilder JMXUriBuilder.withPassword(String aFormat)
           
 JMXUriBuilder JMXUriBuilder.withServerName(String aServerName)
           
 JMXUriBuilder JMXUriBuilder.withUser(String aFormat)
           
 



Apache CAMEL