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

/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DConfigurationsFrame.java58 AgentConnection con; field in class:ConfigurationsFrame
84 con = ac;
117 if (con != null && con.isConnected()) {
120 consoleLevel = (Level)con.getMBeanServerConnection()
123 fileLevel = (Level)con.getMBeanServerConnection()
126 filePath = (String)con.getMBeanServerConnection()
129 publishURL = (String)con.getMBeanServerConnection()
135 configurationFile = (String)con.getMBeanServerConnection()
140 String xmlconfig = (String)con
[all...]

Completed in 14 milliseconds