public interface JolokiaCamelController
extends org.apache.camel.commands.CamelController
| Modifier and Type | Method and Description |
|---|---|
void |
connect(String url,
String username,
String password)
Connects to the remote JVM using the given url to the remote jolokia agent
|
boolean |
ping()
After connecting the ping command can be used to check if the connection works.
|
browseInflightExchanges, explainEipAsJSon, explainEndpointAsJSon, getCamelContextInformation, getCamelContexts, getCamelContextStatsAsXml, getEndpoints, getRestModelAsXml, getRestServices, getRouteModelAsXml, getRoutes, getRoutes, getRouteStatsAsXml, listComponents, listComponentsCatalog, listComponentsLabelCatalog, listDataFormatsCatalog, listDataFormatsLabelCatalog, listEipsCatalog, listEipsLabelCatalog, listLanguagesCatalog, listLanguagesLabelCatalog, resetRouteStats, resumeContext, resumeRoute, startContext, startRoute, stopContext, stopRoute, suspendContext, suspendRoutevoid connect(String url, String username, String password) throws Exception
url - the url for the remote jolokia agentusername - optional usernamepassword - optional passwordException - can be thrownboolean ping()
Apache Camel