BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management.runtime
Interface ServerLifeCycleTaskStatus

All Known Subinterfaces:
ServerLifeCycleTaskRuntimeMBean

public interface ServerLifeCycleTaskStatus

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

All ServerLifeCycle 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.

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
See Also:
ServerLifeCycleTaskRuntimeMBean, TaskRuntimeMBean.getStatus()

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

Field Detail

TASK_IN_PROGRESS

public static final java.lang.String TASK_IN_PROGRESS
The ServerLifeCycle task is in progress.

COMPLETED

public static final java.lang.String COMPLETED
The ServerLifeCycle task has completed successfully.

FAILED

public static final java.lang.String FAILED
The ServerLifeCycle task has failed. The TaskRuntimeMBean can be queried for the exact error.
See Also:
TaskRuntimeMBean.getError()

Documentation is available at
http://e-docs.bea.com/wls/docs81