Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-07

weblogic.deploy.api.spi.status
Interface WebLogicDeploymentStatus


public interface WebLogicDeploymentStatus


Method Summary
 Iterator getRootException()
           
 boolean isCompleted()
           
 boolean isFailed()
           
 boolean isRunning()
           
 

Method Detail

getRootException

Iterator getRootException()
Returns:
When isFailed() returns true, this method may return zero or more exception(s) which represents the root cause of the failure.

isCompleted

boolean isCompleted()
Returns:
true if the operation completed successfully. If the DeploymentManager was released before completion this method will always return false.

isFailed

boolean isFailed()
Returns:
true if the operation failed. If the DeploymentManager was released before completion this method will always return false.

isRunning

boolean isRunning()
Returns:
true if the operation is still running. If the DeploymentManager was released before completion this method will always return false.

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
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-07