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

/opengrok-sun/src/org/opensolaris/opengrok/management/client/
H A DConfigurationsFrame.java55 AgentConnection con; field in class:ConfigurationsFrame
79 con = ac;
111 if (con != null && con.isConnected()) {
114 consoleLevel = (Level)con.getMBeanServerConnection().getAttribute(this.managementObjectName, "ConsoleLogLevel");
116 fileLevel = (Level)con.getMBeanServerConnection().getAttribute(this.managementObjectName, "FileLogLevel");
118 filePath = (String)con.getMBeanServerConnection().getAttribute(this.managementObjectName, "FileLogPath");
120 publishURL = (String)con.getMBeanServerConnection().getAttribute(this.managementObjectName, "PublishServerURL");
125 configurationFile = (String)con.getMBeanServerConnection().getAttribute(this.managementObjectName, "ConfigurationFile");
129 String xmlconfig = (String)con
[all...]

Completed in 1661 milliseconds