Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Class
weblogic.server.ServerLifecycleException

Packages that use ServerLifecycleException
weblogic.management.runtime   

 

Uses of ServerLifecycleException in weblogic.management.runtime

 

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

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09