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

/opengrok-jel/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-jel/src/org/opensolaris/opengrok/management/client/
H A DSettingsPersistence.java94 * Get the JMX URL to the agent. Generate a URL from host and port
102 String host = ogcProperties.getProperty(Constants.JMX_HOST, "localhost");
107 url = "service:jmx:rmi://" + host + ":" + jmxport +
108 "/jndi/rmi://" + host + ":" + rmiport + "/opengrok";
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java166 * @param host the host address to receive the configuration
167 * @param port the port to use on the host
170 public static void writeConfig(InetAddress host, int port) throws IOException { argument
171 Socket sock = new Socket(host, port);
/opengrok-jel/lib/
H A Dswing-layout-0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ...
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexer.java843 * the given host.
844 * @param configHost where to send the configuration. Format: host:port .
852 InetAddress host = InetAddress.getByName(cfg[0]);
853 RuntimeEnvironment.writeConfig(host, Integer.parseInt(cfg[1]));

Completed in 14 milliseconds