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 ImportExportPartitionTaskMBean

All Superinterfaces:
Service

public interface ImportExportPartitionTaskMBean
extends Service

ImportExportPartitionTaskMbean provides the progress of import/export operations.

Since:
12.2.1.0

Field Summary
static int STATE_FAILED
          Indicates that the import/export partition task has failed.
static int STATE_FINISHED
          Indicates that the import/export partition task has succeeded.
static int STATE_NOT_STARTED
          Indicates that the import/export partition task has not started.
static int STATE_STARTED
          Indicates that the import/export partition task has begun.

 

Method Summary
abstract  Exception getError()
          Returns the exception that describes why the task has failed.
abstract  int getState()
          Provides the current state of the 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 import/export partition task has not started.
See Also:
Constant Field Values

STATE_STARTED

static final int STATE_STARTED
Indicates that the import/export partition task has begun.
See Also:
Constant Field Values

STATE_FINISHED

static final int STATE_FINISHED
Indicates that the import/export partition task has succeeded.
See Also:
Constant Field Values

STATE_FAILED

static final int STATE_FAILED
Indicates that the import/export partition task has failed.
See Also:
Constant Field Values

Method Detail

getState

int getState()

Provides the current state of the 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 import/export 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