Class: com.sybase.djc.util.DjcClassLoader (Class Loader) | EAServer 6.3 Help |
---|
Description | A named class loader which can be used to support hot refresh of EJB and web components. |
---|---|
Configuration | See Set Properties Task. |
Properties | classPath, cleanUpDelayTime, parentClassLoader, parentFirst, resolveFirstByParent, resolveFirstBySystem, resolveFirstLocally |
Files | Repository/Instance/com/sybase/djc/util/DjcClassLoader/*.properties |
Property: classPath (Class Path) | |
---|---|
Description | Specifies additional class path entries for the class loader as a semicolon-separated list. |
Property: parentClassLoader (Parent Loader) | |
---|---|
Description | Specifies the name of the parent class loader. |
Property: parentFirst (Parent First) | |
---|---|
Description | Specifies the default policy for resolving conflicts. |
Default Value | false |
Legal Values | false, true |
Property: resolveFirstByParent (Resolve First By Parent) | |
---|---|
Description | Comma-separated list of classes that must be loaded by the parent class loader, overriding the parentFirst setting. |
Property: resolveFirstBySystem (Resolve First By System) | |
---|---|
Description | Comma-separated list of classes that must be loaded by the system class loader, overriding the parentFirst setting. |
Property: resolveFirstLocally (Resolve First Locally) | |
---|---|
Description | Comma-separated list of classes that must be loaded with a child-first policy, overriding the parentFirst setting. |