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

/opengrok-sun/src/org/opensolaris/opengrok/management/client/
H A DAgentConnection.java194 public void reconnect(int retrytimes) throws MalformedURLException, IOException { argument
218 if (triednumtimes <= retrytimes) {
220 retrytimes + " times, waiting " + RECONNECT_SLEEPTIME + " before" +

Completed in 12 milliseconds