BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.2 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


Uses of Interface
weblogic.management.runtime.ServerLifeCycleTaskRuntimeMBean

Packages that use ServerLifeCycleTaskRuntimeMBean
weblogic.management.runtime   
 

Uses of ServerLifeCycleTaskRuntimeMBean in weblogic.management.runtime
 

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


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.