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.management.PartitionLifeCycleException

Packages that use PartitionLifeCycleException
weblogic.management.runtime   

 

Uses of PartitionLifeCycleException in weblogic.management.runtime

 

Methods in weblogic.management.runtime that throw PartitionLifeCycleException
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.forceShutdown(TargetMBean[] targets)
          Forces the shutdown of the partition on specified targets.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.forceShutdown()
          Forces the shutdown of the partition.
abstract  void PartitionRuntimeMBean.forceShutdown()
          Force shutdown the partition.
abstract  PartitionLifeCycleTaskRuntimeMBean DomainRuntimeMBean.forceShutdownPartitionWait(PartitionMBean partitionMBean, int timeout)
           
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.forceSuspend(TargetMBean[] targets)
          Forcefully suspends the partition on specified targets.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.forceSuspend()
          Forcefully suspends the partition.
abstract  void PartitionRuntimeMBean.forceSuspend()
          Transitions the partition from RUNNING to ADMIN state forcefully cancelling inflight work.
abstract  String PartitionLifeCycleRuntimeMBean.getState(ServerMBean serverMBean)
          Get the state of partition on a specific server.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.resume(TargetMBean[] targets)
          Transitions the partition from ADMIN to RUNNING state on specified targets..
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.resume()
          Transitions the partition from ADMIN to RUNNING state.
abstract  void PartitionRuntimeMBean.resume()
          Resume a suspended partition.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.shutdown(int timeout, boolean ignoreSessions, boolean waitForAllSessions)
          Gracefully shuts down a partition.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.shutdown(int timeout, boolean ignoreSessions, boolean waitForAllSessions, TargetMBean[] targets)
          Gracefully shuts down a partition.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.shutdown(int timeout, boolean ignoreSessions)
          Shuts down a partition gracefully.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.shutdown(int timeout, boolean ignoreSessions, TargetMBean[] targets)
          Shuts down a partition gracefully.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.shutdown(TargetMBean[] targets)
          Shuts down the partition gracefully.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.shutdown()
          Shuts down the partition gracefully on all targets.
abstract  void PartitionRuntimeMBean.shutdown(int timeout, boolean ignoreSessions, boolean waitForAllSessions)
          Gracefully shuts down the partition after handling inflight work; optionally ignores pending HTTP sessions while handling inflight work.
abstract  void PartitionRuntimeMBean.shutdown(int timeout, boolean ignoreSessions)
          Gracefully shuts down the partition after handling inflight work.
abstract  void PartitionRuntimeMBean.shutdown()
          Gracefully shuts down the partition after handling inflight work.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.start()
          Starts partition.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.start(TargetMBean[] targets)
          Starts the partition on specified targets.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.start(String initialState, int timeOut)
           Starts the partition in initalState within the specified timeOut
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.startInAdmin(TargetMBean[] targets)
          Starts the partition in the admin state.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.startInAdmin()
          Starts the partition in the admin state.
abstract  void ServerRuntimeMBean.startPartition(String partitionName)
          starts the partition.
abstract  void ServerRuntimeMBean.startPartitionInAdmin(String partitionName)
          starts the Partition in ADMIN state.
abstract  PartitionLifeCycleTaskRuntimeMBean DomainRuntimeMBean.startPartitionWait(PartitionMBean partitionMBean, String initialState, int timeOut)
           Starts the Partition with initialState and within timeOut msec.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.suspend(int timeout, boolean ignoreSessions, TargetMBean[] targets)
          Transitions the partition from RUNNING to ADMIN state gracefully on specified targets.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.suspend(int timeout, boolean ignoreSessions)
          Transitions the partition from RUNNING to ADMIN state gracefully.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.suspend(TargetMBean[] targets)
          Gracefully suspends the partition to ADMIN state.
abstract  PartitionLifeCycleTaskRuntimeMBean PartitionLifeCycleRuntimeMBean.suspend()
          Gracefully suspends the partition to ADMIN state.
abstract  void PartitionRuntimeMBean.suspend(int timeout, boolean ignoreSessions)
          Transitions the partition from RUNNING to ADMIN state gracefully.
abstract  void PartitionRuntimeMBean.suspend()
          Suspends the partition.

 


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