- info(String) - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
To "turn off" info logging override this method in a subclass and make that subclass method empty.
- initAwt() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
To skip this step override this method in a subclass and make that subclass method empty.
- initDatatypeConverterImpl() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
To skip this step override this method in a subclass and make that subclass method empty.
- initDocumentBuilderFactory() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
To skip this step override this method in a subclass and make that subclass method empty.
- initJarUrlConnection() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
To skip this step override this method in a subclass and make that subclass method empty.
- initJava2dDisposer() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
To skip this step override this method in a subclass and make that subclass method empty.
- initJavaxSecurityLoginConfiguration() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
To skip this step override this method in a subclass and make that subclass method empty.
- initJdbcDrivers() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
To skip this step override this method in a subclass and make that subclass method empty.
- initLdapPoolManager() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
To skip this step override this method in a subclass and make that subclass method empty.
- initOracleJdbcThread() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
See https://github.com/mjiderhamn/classloader-leak-prevention/issues/8
and https://github.com/mjiderhamn/classloader-leak-prevention/issues/23
and http://java.jiderhamn.se/2012/02/26/classloader-leaks-v-common-mistakes-and-known-offenders/
- initSecurityPolicy() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
To skip this step override this method in a subclass and make that subclass method empty.
- initSecurityProviders() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
To skip this step override this method in a subclass and make that subclass method empty.
- initSunAwtAppContext() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
To skip this step override this method in a subclass and make that subclass method empty.
- initSunGC() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
To skip this step override this method in a subclass and make that subclass method empty.
- isJBoss() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
Override this method if you want to customize how we determine if we're running in
JBoss WildFly (a.k.a JBoss AS).
- isJettyWithJMX() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
Are we running in Jetty with JMX enabled?
- isJvmShuttingDown() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
Is the JVM currently shutting down?
- isLoadedByWebApplication(Class<?>) - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
Test if provided class is loaded with web application classloader
- isLoadedInWebApplication(Object) - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
Test if provided object is loaded with web application classloader
- isOracleJRE() - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
Override this method if you want to customize how we determine if this is a Oracle/Sun
Java Runtime Environment.
- isThreadInWebApplication(Thread) - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
- isWebAppClassLoaderOrChild(ClassLoader) - Method in class se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor
-
Test if provided ClassLoader is the classloader of the web application, or a child thereof