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

/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DConnectionTest.java132 String clientConnId = client.getConnectionId();
133 System.out.println("Got connection ID on client: " + clientConnId);
134 boolean ok = checkConnectionId(proto, clientConnId);
145 ok = mustBeConnectionNotification(notif, clientConnId,
156 ok = mustBeConnectionNotification(notif, clientConnId,
165 if (clientConnId.equals(clientConnId2)) {
251 * @param clientConnId The connection ID
255 private static boolean checkConnectionId(String proto, String clientConnId) argument
257 StringTokenizer tok = new StringTokenizer(clientConnId, " ", true);

Completed in 758 milliseconds