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.mbeanservers.edit.internal
Interface ResourceGroupMigrationTaskMBean

All Superinterfaces:
Service

public interface ResourceGroupMigrationTaskMBean
extends Service
Since:
12.2.1

Field Summary
static int STATE_FAILED
          Indicates that the resource group migration task has failed.
static int STATE_FINISHED
          Indicates that the resource group migration task has succeeded.
static int STATE_NOT_STARTED
          Indicates that the resource group migration task has not started.
static int STATE_STARTED
          Indicates that the resource group migration task has started.

 

Method Summary
abstract  Exception getError()
          Returns the exception that describes why the task has failed.
abstract  int getState()
          Provides the current state of the resource group migration task

 

Methods inherited from interface weblogic.management.mbeanservers.Service
getName, getParentAttribute, getParentService, getPath, getType

 

Field Detail

STATE_NOT_STARTED

static final int STATE_NOT_STARTED
Indicates that the resource group migration task has not started.
See Also:
Constant Field Values

STATE_STARTED

static final int STATE_STARTED
Indicates that the resource group migration task has started.
See Also:
Constant Field Values

STATE_FINISHED

static final int STATE_FINISHED
Indicates that the resource group migration task has succeeded.
See Also:
Constant Field Values

STATE_FAILED

static final int STATE_FAILED
Indicates that the resource group migration task has failed.
See Also:
Constant Field Values

Method Detail

getState

int getState()

Provides the current state of the resource group migration task

States are:

Returns:
int the state of the task.

getError

Exception getError()

Returns the exception that describes why the task has failed.

Returns:
Exception - a failure exception for the resource group migration task.

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