BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Interface
weblogic.application.ApplicationContext

Packages that use ApplicationContext
weblogic.application This package contains public WebLogic Application classes / interfaces. 
weblogic.diagnostics.watch This package provides interfaces that retrieve information about diagnostic watches and JMX watch notifications. 
 

Uses of ApplicationContext in weblogic.application
 

Methods in weblogic.application that return ApplicationContext
 ApplicationContext Deployment.getApplicationContext()
           
 ApplicationContext ApplicationLifecycleEvent.getApplicationContext()
          returns an instance of the application's context
abstract  ApplicationContext ApplicationContextFactory.newApplicationContext(String appName)
           
 

Methods in weblogic.application with parameters of type ApplicationContext
 weblogic.utils.classloaders.GenericClassLoader Module.init(ApplicationContext appCtx, weblogic.utils.classloaders.GenericClassLoader parent, weblogic.application.UpdateListener.Registration reg)
          init is the first callback received by the Module during a deployment.
 void Module.initUsingLoader(ApplicationContext appCtx, weblogic.utils.classloaders.GenericClassLoader gcl, weblogic.application.UpdateListener.Registration reg)
          initUsingLoader is the first callback received by the Module during a deployment.
 

Constructors in weblogic.application with parameters of type ApplicationContext
ApplicationLifecycleEvent(ApplicationContext ctx)
           
 

Uses of ApplicationContext in weblogic.diagnostics.watch
 

Methods in weblogic.diagnostics.watch with parameters of type ApplicationContext
 void WatchSubModule.init(ApplicationContext appCtx, weblogic.diagnostics.descriptor.WLDFResourceBean wldfResource)
           
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.