Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Event Processing for Oracle Java Embedded for Embedded Linux ARM, Embedded Linux x86, Linux ARM, Linux x86
11g Release 1 (11.1.1.9)

E39906-02
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.deployment.mbean
Interface DeploymentServiceMBean


public interface DeploymentServiceMBean
extends AppDeploymentMBean

Application deployment service MBean that includes non-public methods.


Fields inherited from class com.bea.wlevs.deployment.mbean.AppDeploymentMBean
MBEAN_TYPE

 

Method Summary
 void startApplication(java.lang.String applicationName)
          This method will start a deployed application which may have been stopped.
 void stopApplication(java.lang.String applicationName)
          This method will stop a deployed application.

 

Methods inherited from interface com.bea.wlevs.deployment.mbean.AppDeploymentMBean
deployApplication, deployApplication, deployApplication, deployApplication, deployApplication, getExtLibraryState, getLibraryState, getState, listDeployedApplications, listDeployedExtLibraries, listDeployedLibraries, resume, suspend, undeployApplication, updateDeployedApplication, updateDeployedApplication, updateDeployedApplication

 

Methods inherited from interface com.bea.wlevs.management.WebLogicMBean
getName, getObjectName, getType

 

Methods inherited from interface javax.management.NotificationEmitter
removeNotificationListener

 

Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener

 

Method Detail

startApplication

public void startApplication(java.lang.String applicationName)
                      throws javax.management.OperationsException,
                             javax.management.RuntimeOperationsException
This method will start a deployed application which may have been stopped. If application is clustered, then it will start application in all servers where it has been deployed. If any server containing application is not available, then the application will be started when server becomes available again.
Parameters:
applicationName - - String name of the application to start
Throws:
javax.management.RuntimeOperationsException - wrapping IllegalArgumentException - if application does not exist
javax.management.OperationsException - - if operations fails for some other unspecied reason

stopApplication

public void stopApplication(java.lang.String applicationName)
                     throws javax.management.OperationsException,
                            javax.management.RuntimeOperationsException
This method will stop a deployed application. If application is clustered, then it will stop application in all servers where it has been deployed. If any server containing application is not available, then the application will be stopped when server becomes available again.
Parameters:
applicationName - - String name of the application to stop
Throws:
javax.management.RuntimeOperationsException - wrapping IllegalArgumentException - if application does not exist
javax.management.OperationsException - - if operations fails for some other unspecied reason

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2015, Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD