Class TempClassLoader


  • public class TempClassLoader
    extends org.jboss.modules.ConcurrentClassLoader
    Return a new instance of a ClassLoader that the may be used to temporarily load any classes, resources, or open URLs. None of the classes loaded by this class loader will be visible to application components.

    TempClassLoader is suitable for implementing javax.persistence.spi.PersistenceUnitInfo.getNewTempClassLoader()

    Author:
    Scott Marlow, Antti Laisi