Uses of Class
org.jboss.util.loading.ContextClassLoaderSwitcher.SwitchContext
-
Packages that use ContextClassLoaderSwitcher.SwitchContext Package Description org.jboss.util.loading -
-
Uses of ContextClassLoaderSwitcher.SwitchContext in org.jboss.util.loading
Methods in org.jboss.util.loading that return ContextClassLoaderSwitcher.SwitchContext Modifier and Type Method Description ContextClassLoaderSwitcher.SwitchContextContextClassLoaderSwitcher. getSwitchContext()Retrieve a switch contextContextClassLoaderSwitcher.SwitchContextContextClassLoaderSwitcher. getSwitchContext(java.lang.Class clazz)Deprecated.using a class to determine the classloader is a bad idea, it has the same problems as Class.forName()ContextClassLoaderSwitcher.SwitchContextContextClassLoaderSwitcher. getSwitchContext(java.lang.ClassLoader cl)Retrieve a switch context and set the new context classloader
-