Searched refs:host (Results 1 - 6 of 6) sorted by relevance

/opengrok/test/org/opensolaris/opengrok/management/client/
H A DAgentConnectionTest.java60 String host = InetAddress.getLocalHost().getHostName();
62 "service:jmx:rmi://" + host + ":9292/jndi/rmi://" +
63 host + ":9293/opengrok";
/opengrok/src/org/opensolaris/opengrok/management/client/
H A DSettingsPersistence.java80 * Get the JMX URL to the agent. Generate a URL from host and port
88 String host = ogcProperties.getProperty(HOST, "localhost");
93 url = "service:jmx:rmi://" + host + ":" + jmxport +
94 "/jndi/rmi://" + host + ":" + rmiport + "/opengrok";
/opengrok/src/org/opensolaris/opengrok/configuration/messages/
H A DMessage.java242 public void write(String host, int port) throws IOException { argument
243 try (Socket sock = new Socket(host, port);
/opengrok/lib/
H A Dswing-layout-0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ...
/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexer.java897 InetAddress host = InetAddress.getByName(cfg[0]);
898 env.writeConfiguration(host, Integer.parseInt(cfg[1]));
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java1122 * @param host the host address to receive the configuration
1123 * @param port the port to use on the host
1126 public void writeConfiguration(InetAddress host, int port) throws IOException { argument
1127 try (Socket sock = new Socket(host, port);

Completed in 82 milliseconds