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

/opengrok-jel/test/org/opensolaris/opengrok/management/client/
H A DAgentConnectionTest.java64 AgentConnection ac = new AgentConnection(url);
/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DAgentConnection.java47 public class AgentConnection implements NotificationListener { class in inherits:NotificationListener
52 private static final Logger logger = Logger.getLogger(AgentConnection.class.getName());
68 * Constructor for AgentConnection to OpenGrok JMX Agent
74 public AgentConnection(String url) throws MalformedURLException, IOException, MalformedObjectNameException { method in class:AgentConnection
H A DOpenGrokTrayApp.java54 private AgentConnection agent = null;
322 agent = new AgentConnection(settings.getAgentUrl());
H A DConfigurationsFrame.java58 AgentConnection con;
80 * @param ac AgentConnection connection to the Opengrok agent.
83 public ConfigurationsFrame(AgentConnection ac) throws IOException {

Completed in 13 milliseconds