org.eclipse.jetty.util.preventers
类 AWTLeakPreventer
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.preventers.AbstractLeakPreventer
org.eclipse.jetty.util.preventers.AWTLeakPreventer
- 所有已实现的接口:
- LifeCycle
public class AWTLeakPreventer
- extends AbstractLeakPreventer
AWTLeakPreventer
See https://issues.jboss.org/browse/AS7-3733
The java.awt.Toolkit class has a static field that is the default toolkit.
Creating the default toolkit causes the creation of an EventQueue, which has a
classloader field initialized by the thread context class loader.
| 从类 org.eclipse.jetty.util.component.AbstractLifeCycle 继承的方法 |
addLifeCycleListener, doStop, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AWTLeakPreventer
public AWTLeakPreventer()
prevent
public void prevent(ClassLoader loader)
- 指定者:
- 类
AbstractLeakPreventer 中的 prevent
- 另请参见:
AbstractLeakPreventer.prevent(java.lang.ClassLoader)
Copyright © 2013. All Rights Reserved.