public interface DeploymentEvent extends DeploymentStatus
DeploymentEvent
A DeploymentEvent
is fired when a DeploymentEventDispatcher is notified that
a deployment event has occurred, for example, a JAR file being drop into a specific directory.
STATUS_EVAL, STATUS_FAILED, STATUS_OKAY
Modifier and Type | Method and Description |
---|---|
DeploymentObject |
getDeploymentObject()
getDeploymentObject
|
String |
getName() |
String |
getPath() |
void |
setStatus(int status)
setStatus
|
getStatus
DeploymentObject getDeploymentObject()
getDeploymentObject
org.apache.jetspeed.deployment.DeploymentObject
DeploymentObject
void setStatus(int status)
setStatus
Sets the status of this event. @see getEvent()status
- String getName()
String getPath()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.