Searched defs:con (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/management/client/
H A DConfigurationsFrame.java58 AgentConnection con; field in class:ConfigurationsFrame
81 con = ac;
113 if (con != null && con.isConnected()) {
116 consoleLevel = (Level)con.getMBeanServerConnection().getAttribute(this.managementObjectName, "ConsoleLogLevel");
118 fileLevel = (Level)con.getMBeanServerConnection().getAttribute(this.managementObjectName, "FileLogLevel");
120 filePath = (String)con.getMBeanServerConnection().getAttribute(this.managementObjectName, "FileLogPath");
122 publishURL = (String)con.getMBeanServerConnection().getAttribute(this.managementObjectName, "PublishServerURL");
127 configurationFile = (String)con.getMBeanServerConnection().getAttribute(this.managementObjectName, "ConfigurationFile");
131 String xmlconfig = (String)con
[all...]

Completed in 26 milliseconds