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

/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUnicastRef.java58 public static final Log clientRefLog = field in class:UnicastRef
121 if (clientRefLog.isLoggable(Log.VERBOSE)) {
122 clientRefLog.log(Log.VERBOSE, "method: " + method);
139 if (clientRefLog.isLoggable(Log.VERBOSE)) {
140 clientRefLog.log(Log.VERBOSE, "opnum = " + opnum);
155 clientRefLog.log(Log.BRIEF,
182 clientRefLog.log(Log.BRIEF, "free connection (reuse = true)");
190 clientRefLog.log(Log.BRIEF,
194 clientRefLog.log(Log.BRIEF,
252 if (clientRefLog
[all...]

Completed in 50 milliseconds