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

/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLoggingProxyImpl.java28 import sun.util.logging.LoggingProxy;
31 * Implementation of LoggingProxy when java.util.logging classes exist.
33 class LoggingProxyImpl implements LoggingProxy {
34 static final LoggingProxy INSTANCE = new LoggingProxyImpl();
/openjdk7/jdk/src/share/classes/sun/util/logging/
H A DLoggingProxy.java34 public interface LoggingProxy { interface
H A DLoggingSupport.java48 private static final LoggingProxy proxy =
49 AccessController.doPrivileged(new PrivilegedAction<LoggingProxy>() {
50 public LoggingProxy run() {
57 return (LoggingProxy) f.get(null);

Completed in 31 milliseconds