blob: c183bd41becb2e19de2f7b7497ad30b182ede990 [file] [log] [blame]
\u001B[1mSYNOPSIS\u001B[0m
${project.name}
${project.description}
Maven URL:
\u001B[33mmvn:${project.groupId}/${project.artifactId}/${project.version}\u001B[0m
\u001B[1mDESCRIPTION\u001B[0m
This bundle provides JMX MBeans related to the Karaf admin feature.
In particular, an AdminServiceMBean is provided that can be remotely administered using a JMX client (for instance
JConsole).
With this AdminServiceMBean, you have the following operations available:
\u001B[36mcreateInstance(name, sshPort, rmiPort, location, javaOpts, features, featureURLs)\u001B[0m Creates a new Karaf instance.
\u001B[36mchangeSshPort(name, port)\u001B[0m Changes the SSH port number of an existing Karaf instance.
\u001B[36mchangeRmiRegistryPort(name, port)\u001B[0m Changes the RMI registry port number of an existing Karaf instance.
\u001B[36mchangeRmiServerPort(name, port)\u001B[0m Changes the RMI server port number of an existing Karaf instance.
\u001B[36mchangeJavaOpts(name, javaopts)\u001B[0m Changes the Java options of an existing Karaf instance.
\u001B[36mdestroyInstance(name)\u001B[0m Destroys an existing Karaf instance.
\u001B[36mstartInstance(name)\u001B[0m Starts an existing Karaf instance.
\u001B[36mstopInstance(name)\u001B[0m Stops an existing Karaf instance.
\u001B[36mrenameInstance(originalName, newName)\u001B[0m Renames an existing Karaf instance.
\u001B[1mSEE ALSO\u001B[0m
\u001B[31mRemote Management via JMX\u001B[0m in the Karaf User Guide.