Searched refs:configObjectName (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/management/client/
H A DConfigurationsFrame.java61 private ObjectName configObjectName; field in class:ConfigurationsFrame
82 configObjectName = new ObjectName("OGA:name=JMXConfiguration");
129 String xmlconfig = (String)con.getMBeanServerConnection().getAttribute(this.configObjectName, "Configuration");
789 con.getMBeanServerConnection().setAttribute(configObjectName, attribute);

Completed in 9 milliseconds