Classloader


This type is a class for model objects.

Classloader configuration

Package: classloader

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Reference attributes having this type:
  DeployedObject.classloader

Collection attributes having this type:
  ApplicationServer.classloaders



Attributes Summary
mode : ClassLoadingMode Specifies whether classes are loaded via the parent classloader before this one.
libraries : LibraryRef * An ordered list of library references which specify the usage of global libraries.



Attribute Details

mode  -  Specifies whether classes are loaded via the parent classloader before this one.
    Data Type: ClassLoadingMode
    Default value:  unspecified
    Allowed values:
        0 - PARENT_FIRST
        1 - PARENT_LAST
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

libraries  -  An ordered list of library references which specify the usage of global libraries.
    Reference Type: LibraryRef *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006