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 Interface
weblogic.management.runtime.ServerLifeCycleTaskRuntimeMBean

Packages that use ServerLifeCycleTaskRuntimeMBean
weblogic.management.runtime   

 

Uses of ServerLifeCycleTaskRuntimeMBean in weblogic.management.runtime

 

Subinterfaces of ServerLifeCycleTaskRuntimeMBean in weblogic.management.runtime
 interface CoherenceServerLifeCycleTaskRuntimeMBean
          Exposes monitoring information about a server's life cycle.
 interface SystemComponentLifeCycleTaskRuntimeMBean
          Exposes monitoring information about a system component's life cycle.

 

Methods in weblogic.management.runtime that return ServerLifeCycleTaskRuntimeMBean
abstract  ServerLifeCycleTaskRuntimeMBean ServerLifeCycleRuntimeMBean.forceShutdown()
          Immediately transitions a server to the SHUTDOWN state.
abstract  ServerLifeCycleTaskRuntimeMBean ServerLifeCycleRuntimeMBean.forceSuspend()
          Transitions the server from RUNNING to ADMIN state forcefully cancelling inflight work.
abstract  ServerLifeCycleTaskRuntimeMBean[] ServerLifeCycleRuntimeMBean.getTasks()
          Get preexisting Server Lifecycle Tasks
abstract  ServerLifeCycleTaskRuntimeMBean ServerLifeCycleRuntimeMBean.lookupTask(String taskName)
          Get preexisting Server Lifecycle Task
abstract  ServerLifeCycleTaskRuntimeMBean ServerLifeCycleRuntimeMBean.resume()
          Transitions the server from ADMIN to RUNNING state.
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  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  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.

 


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