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

Part Number E27170-02

Uses of Interface
weblogic.management.runtime.ServerLifeCycleTaskRuntimeMBean

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

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
 ServerLifeCycleTaskRuntimeMBean ServerLifeCycleRuntimeMBean.forceShutdown()
          Immediately transitions a server to the SHUTDOWN state.
 ServerLifeCycleTaskRuntimeMBean ServerLifeCycleRuntimeMBean.forceSuspend()
          Transitions the server from RUNNING to ADMIN state forcefully cancelling inflight work.
 ServerLifeCycleTaskRuntimeMBean[] ServerLifeCycleRuntimeMBean.getTasks()
          Get preexisting Server Lifecycle Tasks
 ServerLifeCycleTaskRuntimeMBean ServerLifeCycleRuntimeMBean.resume()
          Transitions the server from ADMIN to RUNNING state.
 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.
 ServerLifeCycleTaskRuntimeMBean ServerLifeCycleRuntimeMBean.start()
          Uses the Node Manager to start a Managed Server.
 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.
 


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-02