Searched defs:clientCallOut (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/rmi/runtime/Log/checkLogging/
H A DCheckLogging.java80 private static final ByteArrayOutputStream clientCallOut = field in class:CheckLogging
90 LogStream.setDefaultStream(new PrintStream(clientCallOut));
93 addHandler(new InternalStreamHandler(clientCallOut));
209 verifyLog(clientCallOut, "outbound call");

Completed in 228 milliseconds