Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Class
weblogic.server.ServerLifecycleException

Packages that use ServerLifecycleException
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
 

Uses of ServerLifecycleException in weblogic.management.runtime
 

Methods in weblogic.management.runtime that throw ServerLifecycleException
 CoherenceServerLifeCycleTaskRuntimeMBean CoherenceServerLifeCycleRuntimeMBean.forceShutdown()
          Immediately transitions a server to the SHUTDOWN state.
 ServerLifeCycleTaskRuntimeMBean ServerLifeCycleRuntimeMBean.forceShutdown()
          Immediately transitions a server to the SHUTDOWN state.
 void ServerRuntimeMBean.forceShutdown()
          Force shutdown the server.
 ServerLifeCycleTaskRuntimeMBean ServerLifeCycleRuntimeMBean.forceSuspend()
          Transitions the server from RUNNING to ADMIN state forcefully cancelling inflight work.
 void ServerRuntimeMBean.forceSuspend()
          Transitions the server from RUNNING to ADMIN state forcefully cancelling inflight work.
 ServerLifeCycleTaskRuntimeMBean ServerLifeCycleRuntimeMBean.resume()
          Transitions the server from ADMIN to RUNNING state.
 void ServerRuntimeMBean.resume()
          Resume suspended server.
 ServerLifeCycleTaskRuntimeMBean ServerLifeCycleRuntimeMBean.shutdown()
          Gracefully transitions a server to the SHUTDOWN state.
 ServerLifeCycleTaskRuntimeMBean ServerLifeCycleRuntimeMBean.shutdown(int timeout, boolean ignoreSessions)
          Gracefully shutdown the server after handling inflight work.
 void ServerRuntimeMBean.shutdown()
          Gracefully shuts down the server after handling inflight work.
 void ServerRuntimeMBean.shutdown(int timeout, boolean ignoreSessions)
          Gracefully shuts down the server after handling inflight work; optionally ignores pending HTTP sessions while handling inflight work.
 SystemComponentLifeCycleTaskRuntimeMBean SystemComponentLifeCycleRuntimeMBean.shutdown(Properties props)
          Uses Node Manager to shut down a system component.
 SystemComponentLifeCycleTaskRuntimeMBean SystemComponentLifeCycleRuntimeMBean.softRestart(Properties props)
          Uses Node Manager to signal a system component for softRestart.
 CoherenceServerLifeCycleTaskRuntimeMBean CoherenceServerLifeCycleRuntimeMBean.start()
          Uses Node Manager to start a Coherence cache server.
 ServerLifeCycleTaskRuntimeMBean ServerLifeCycleRuntimeMBean.start()
          Uses the Node Manager to start a Managed Server.
 SystemComponentLifeCycleTaskRuntimeMBean SystemComponentLifeCycleRuntimeMBean.start(Properties props)
          Uses Node Manager to start a system component.
 ServerLifeCycleTaskRuntimeMBean ServerLifeCycleRuntimeMBean.suspend()
          Gracefully suspends server to ADMIN state.
 ServerLifeCycleTaskRuntimeMBean ServerLifeCycleRuntimeMBean.suspend(int timeout, boolean ignoreSessions)
          Transitions the server from RUNNING to ADMIN state gracefully.
 void ServerRuntimeMBean.suspend()
          Suspend server.
 void ServerRuntimeMBean.suspend(int timeout, boolean ignoreSessions)
          Transitions the server from RUNNING to ADMIN state gracefully.
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01