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


weblogic.management.runtime
Interface ResourceGroupLifeCycleTaskStatus


public interface ResourceGroupLifeCycleTaskStatus

This interface defines the status that can be returned by ResourceGroupLifeCycleTaskRuntimeMBean.

All ResourceGroupLifeCycle tasks like shutdown return a TaskRuntimeMBean that can be queried for the status of the ongoing task. The status returned from TaskRuntime can be compared against constants defined in this interface.

See Also:
TaskRuntimeMBean.getStatus()

Field Summary
static String COMPLETED
          The ResourceGroupLifeCycle task has completed successfully.
static String FAILED
          The ResourceGroupLifeCycle task has failed.
static String TASK_IN_PROGRESS
          The ResourceGroupLifeCycle task is in progress.

 

Field Detail

TASK_IN_PROGRESS

static final String TASK_IN_PROGRESS
The ResourceGroupLifeCycle task is in progress.
See Also:
Constant Field Values

COMPLETED

static final String COMPLETED
The ResourceGroupLifeCycle task has completed successfully.
See Also:
Constant Field Values

FAILED

static final String FAILED
The ResourceGroupLifeCycle task has failed. The TaskRuntimeMBean can be queried for the exact error.
See Also:
TaskRuntimeMBean.getError(), Constant Field Values

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