ApplicationServer

Configuration for a J2EE-compliant application server.

Inherits from type ServerComponent and adds the following.

Attributes Summary
id : LongA server can be assigned a unique identifier.
applicationClassLoaderPolicyDefines whether there is a single classloader (SINGLE) for allapplications or a classloader per application (MULTIPLE).
applicationClassLoadingModeDefines the classloading mode when the applicationClassLoadingPolicy is SINGLE only.
locationServiceDaemon :   
/applicationServerServices : Service * Application server-scoped services.
classloaders : Classloader *  

Attribute Details

id    -    A server can be assigned a unique identifier.
     data type:  Long
     default Value:   -1



applicationClassLoaderPolicy    -    Defines whether there is a single classloader (SINGLE) for allapplications or a classloader per application (MULTIPLE).
     data type: 
     default Value:   MULTIPLE



applicationClassLoadingMode    -    Defines the classloading mode when the applicationClassLoadingPolicy is SINGLE only.
     data type: 
     default Value:   PARENT_FIRST



locationServiceDaemon    -     
     data type: 



/applicationServerServices    -    Application server-scoped services. DERIVED: See services collection inherited from Container superclass.
     data type: Service*



classloaders    -     
     data type: Classloader*


Copyright IBM Corp. 1996-2002