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.deploy.api.spi.status
Interface WebLogicDeploymentStatus

All Superinterfaces:
DeploymentStatus

public interface WebLogicDeploymentStatus
extends DeploymentStatus

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

 

Methods inherited from interface javax.enterprise.deploy.spi.status.DeploymentStatus
getAction, getCommand, getMessage, getState

 

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()
Specified by:
isCompleted in interface DeploymentStatus
Returns:
true if the operation completed successfully. If the DeploymentManager was released before completion this method will always return false.

isFailed

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

isRunning

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

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