public class DatabaseClassLoader extends JarBytesClassLoader
IConfigurationClassLoader.ReportLevel
log
CLASSPATH_RESOURCE_SCHEME
Constructor and Description |
---|
DatabaseClassLoader(ClassLoader parent) |
Modifier and Type | Method and Description |
---|---|
String |
getCreationDate() |
String |
getFileName() |
String |
getUser() |
String |
getVersion() |
protected Map<String,byte[]> |
loadResources()
Called during a reload for a green/blue deployment, and after the classloader has been configured to load new resources
|
void |
setDatasourceName(String datasourceName) |
String |
toString() |
readResources, readResources
clearResources, configure, destroy, getLocalResource, reload
getAllowCustomClasses, getBasePath, getConfigurationFile, getConfigurationName, getIbisContext, getReportLevel, getResource, getResource, getResources, loadClass, setAllowCustomClasses, setBasePath, setConfigurationFile, setReportLevel
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResourceAsStream, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
public DatabaseClassLoader(ClassLoader parent)
protected Map<String,byte[]> loadResources() throws ClassLoaderException
BytesClassLoader
loadResources
in class BytesClassLoader
ClassLoaderException
public String getFileName()
public String getUser()
public String getVersion()
public String getCreationDate()
public void setDatasourceName(String datasourceName)
datasourceName
- the Datasource to retrieve the configuration jar frompublic String toString()
toString
in class ClassLoaderBase
Copyright © 2023 Frank!Framework. All rights reserved.