org.opensolaris.opengrok.management
Interface JMXConfigurationMBean

All Known Implementing Classes:
JMXConfiguration

public interface JMXConfigurationMBean

MBean for doing settings and get on the OpenGrok RuntimeEnvironment


Method Summary
 java.lang.String getConfiguration()
          Get the current OpenGrok configuration object
 void setConfiguration(java.lang.String config)
          Deploy a new configuration for OpenGrok
 

Method Detail

getConfiguration

java.lang.String getConfiguration()
Get the current OpenGrok configuration object

Returns:
String XML representation of the opengrok configuration

setConfiguration

void setConfiguration(java.lang.String config)
                      throws java.io.IOException
Deploy a new configuration for OpenGrok

Parameters:
config - String the configuration object in xml to set
Throws:
java.io.IOException