BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Class
weblogic.management.DeploymentException

Packages that use DeploymentException
weblogic.application This package contains public WebLogic Application classes / interfaces. 
weblogic.jms Factory used in implementing the optional JMS Server Session Pool feature. 
weblogic.management Provides for the configuration, control and monitoring of a WebLogic Domain. 
weblogic.management.utils

This package includes interfaces and exceptions for developers who are interested in creating custom applications that use BEA WebLogic Server facilities to monitor and configure applications and WebLogic Server instances. 

weblogic.wtc.gwt   
 

Uses of DeploymentException in weblogic.application
 

Methods in weblogic.application that throw DeploymentException
abstract  weblogic.application.Deployment DeploymentManager.createDeployment(weblogic.management.configuration.BasicDeploymentMBean mbean, File path)
          Creates a Deployment instance for this BasicDeploymentMBean.
 weblogic.application.Deployment DeploymentFactory.createDeployment(weblogic.management.configuration.AppDeploymentMBean mbean, File f)
          If the AppDeploymentMBean and File are recognized by this DeploymentFactory implementation, a new Deployment implementation is returned.
 weblogic.application.Deployment DeploymentFactory.createDeployment(weblogic.management.configuration.SystemResourceMBean mbean, File f)
           
 void Deployment.prepare(weblogic.deploy.container.DeploymentContext deploymentContext)
          prepare begins the two-phase deployment process.
 void Deployment.activate(weblogic.deploy.container.DeploymentContext deploymentContext)
          activate is called on Deployments in the PREPARED state to transition the application to a fully running state.
 void Deployment.deactivate(weblogic.deploy.container.DeploymentContext deploymentContext)
          deactivate is called on deployments in the ACTIVE state and returns them to the PREPARED state.
 void Deployment.unprepare(weblogic.deploy.container.DeploymentContext deploymentContext)
          unprepare is called on deployments in the PREPARED state to remove the Deployment from the running server.
 void Deployment.remove(weblogic.deploy.container.DeploymentContext deploymentContext)
          remove is called when the Deployment is removed from the server's configuration.
 void Deployment.prepareUpdate(weblogic.deploy.container.DeploymentContext deploymentContext)
          prepareUpdate is called on Deployments in the ACTIVE state to perform a dynamic update.
 void Deployment.activateUpdate(weblogic.deploy.container.DeploymentContext deploymentContext)
          activateUpdate is called on Deployments in the UPDATE PENDING state to activate a dynamic update.
 void Deployment.adminToProduction(weblogic.deploy.container.DeploymentContext deploymentContext)
          adminToProduction is called on Deployments in the ACTIVE state to switch access control from admin-only to full production-mode.
 void Deployment.gracefulProductionToAdmin(weblogic.deploy.container.DeploymentContext deploymentContext)
          gracefulProductionToAdmin is called on Deployments in the ACTIVE state to switch access-control to admin-only.
 void Deployment.forceProductionToAdmin(weblogic.deploy.container.DeploymentContext deploymentContext)
          forceProductionToAdmin makes an immediate transition to admin mode, destroying any in-flight work or sessions.
 void Deployment.start(weblogic.deploy.container.DeploymentContext deploymentContext)
          start is called on Deployments in the ACTIVE state to start a set of Modules.
 void Deployment.stop(weblogic.deploy.container.DeploymentContext deploymentContext)
          stop is called on Deployments in the ACTIVE state to stop a set of Modules.
 weblogic.management.configuration.ComponentMBean[] ComponentMBeanFactory.findOrCreateComponentMBeans(weblogic.management.configuration.ApplicationMBean appMBean, File f, weblogic.management.configuration.AppDeploymentMBean appDeploymentMBean)
          If the File is recognized by this ComponentMBeanFactory implementation, it returns the relevant ComponentMBeans.
 

Uses of DeploymentException in weblogic.jms
 

Methods in weblogic.jms that throw DeploymentException
 void BridgeService.prepareDeployment(weblogic.management.configuration.DeploymentMBean deployment, weblogic.management.internal.DeploymentHandlerContext context)
           
 void BridgeService.activateDeployment(weblogic.management.configuration.DeploymentMBean deployment, weblogic.management.internal.DeploymentHandlerContext context)
           
 

Uses of DeploymentException in weblogic.management
 

Subclasses of DeploymentException in weblogic.management
 class DeferredDeploymentException
          Deprecated.  
 

Uses of DeploymentException in weblogic.management.utils
 

Methods in weblogic.management.utils that throw DeploymentException
 void GenericServiceManager.prepareDeployment(weblogic.management.configuration.DeploymentMBean deployment, weblogic.management.internal.DeploymentHandlerContext context)
          Implement the DeploymentHandler interface by delegating to the appropriate GenericManagedService instance.
 void GenericServiceManager.activateDeployment(weblogic.management.configuration.DeploymentMBean deployment, weblogic.management.internal.DeploymentHandlerContext context)
           
 void GenericAdminHandler.prepare(weblogic.management.configuration.DeploymentMBean bean)
          This is the first call that is made to the service.
 void GenericAdminHandler.activate(weblogic.management.configuration.DeploymentMBean bean)
          If "prepare" succeeds, then this call will be made to activate the service.
 

Uses of DeploymentException in weblogic.wtc.gwt
 

Methods in weblogic.wtc.gwt that throw DeploymentException
 void WTCService.prepareDeployment(weblogic.management.configuration.DeploymentMBean deployment, weblogic.management.internal.DeploymentHandlerContext context)
           
 void WTCService.activateDeployment(weblogic.management.configuration.DeploymentMBean deployment, weblogic.management.internal.DeploymentHandlerContext ctx)
           
 


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