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 : LSDConnectionCurrently not used.
/applicationServerServices : Service * Application server-scoped services.
classloaders : Classloader *  
webserverPluginSettings : WebserverPluginSettings  

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    -    Currently not used.
     data type: LSDConnection



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



classloaders    -     
     data type: Classloader*



webserverPluginSettings    -     
     data type: WebserverPluginSettings


Copyright IBM Corp. 1997-2004