org.eclipse.jetty.util.preventers
类 SecurityProviderLeakPreventer

java.lang.Object
  继承者 org.eclipse.jetty.util.component.AbstractLifeCycle
      继承者 org.eclipse.jetty.util.preventers.AbstractLeakPreventer
          继承者 org.eclipse.jetty.util.preventers.SecurityProviderLeakPreventer
所有已实现的接口:
LifeCycle

public class SecurityProviderLeakPreventer
extends AbstractLeakPreventer

SecurityProviderLeakPreventer Some security providers, such as sun.security.pkcs11.SunPKCS11 start a deamon thread, which will use the thread context classloader. Load them here to ensure the classloader is not a webapp classloader. Inspired by Tomcat JreMemoryLeakPrevention


嵌套类摘要
 
从类 org.eclipse.jetty.util.component.AbstractLifeCycle 继承的嵌套类/接口
AbstractLifeCycle.AbstractLifeCycleListener
 
从接口 org.eclipse.jetty.util.component.LifeCycle 继承的嵌套类/接口
LifeCycle.Listener
 
字段摘要
 
从类 org.eclipse.jetty.util.preventers.AbstractLeakPreventer 继承的字段
LOG
 
从类 org.eclipse.jetty.util.component.AbstractLifeCycle 继承的字段
_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING
 
构造方法摘要
SecurityProviderLeakPreventer()
           
 
方法摘要
 void prevent(ClassLoader loader)
           
 
从类 org.eclipse.jetty.util.preventers.AbstractLeakPreventer 继承的方法
doStart
 
从类 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
 

构造方法详细信息

SecurityProviderLeakPreventer

public SecurityProviderLeakPreventer()
方法详细信息

prevent

public void prevent(ClassLoader loader)
指定者:
AbstractLeakPreventer 中的 prevent
另请参见:
AbstractLeakPreventer.prevent(java.lang.ClassLoader)


Copyright © 2013. All Rights Reserved.