org.apache.jetspeed.deployment
Interface DeploymentStatus
- All Known Subinterfaces:
- DeploymentEvent
- public interface DeploymentStatus
DeploymentStatus
- Version:
- $Id: DeploymentStatus.java 188413 2005-03-23 22:11:46Z ate $
- Author:
- Ate Douma
STATUS_OKAY
public static final int STATUS_OKAY
- See Also:
- Constant Field Values
STATUS_EVAL
public static final int STATUS_EVAL
- See Also:
- Constant Field Values
STATUS_FAILED
public static final int STATUS_FAILED
- See Also:
- Constant Field Values
getStatus
public int getStatus()
getStatus
- Returns:
- The status of the deployment.
STATUS_OKAY
if the deployment was successful,
STATUS_FAILED
if there was a problem deploying the deployment object or -1
if the status was never set (i.e. this event was never acted upon by a listener).
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.