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

/opengrok-sun/test/org/opensolaris/opengrok/management/client/
H A DAgentConnectionTest.java64 AgentConnection ac = new AgentConnection(url);
/opengrok-sun/src/org/opensolaris/opengrok/management/client/
H A DAgentConnection.java47 public class AgentConnection implements NotificationListener { class in inherits:NotificationListener
68 * Constructor for AgentConnection to OpenGrok JMX Agent
74 public AgentConnection(String url) throws MalformedURLException, IOException, MalformedObjectNameException { method in class:AgentConnection
84 Logger.getLogger(AgentConnection.class.getName()).log(Level.SEVERE, null, ex);
H A DOpenGrokTrayApp.java53 private AgentConnection agent = null;
320 agent = new AgentConnection(settings.getAgentUrl());
H A DConfigurationsFrame.java55 AgentConnection con;
75 * @param ac AgentConnection connection to the Opengrok agent.
78 public ConfigurationsFrame(AgentConnection ac) throws IOException {

Completed in 13 milliseconds