org.apache.jetspeed.deployment
Interface DeploymentStatus
- All Known Subinterfaces:
- DeploymentEvent
public interface DeploymentStatus
DeploymentStatus
- Version:
- $Id: DeploymentStatus.java 516448 2007-03-09 16:25:47Z ate $
- Author:
- Ate Douma
STATUS_OKAY
static final int STATUS_OKAY
- See Also:
- Constant Field Values
STATUS_EVAL
static final int STATUS_EVAL
- See Also:
- Constant Field Values
STATUS_FAILED
static final int STATUS_FAILED
- See Also:
- Constant Field Values
getStatus
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-2007 Apache Software Foundation. All Rights Reserved.