org.apache.jetspeed.deployment
Interface DeploymentEvent

All Superinterfaces:
DeploymentStatus

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.

Version:
$Id: DeploymentEvent.java 516448 2007-03-09 16:25:47Z ate $
Author:
Scott T. Weaver

Field Summary
 
Fields inherited from interface org.apache.jetspeed.deployment.DeploymentStatus
STATUS_EVAL, STATUS_FAILED, STATUS_OKAY
 
Method Summary
 DeploymentObject getDeploymentObject()
           getDeploymentObject
 String getName()
           
 String getPath()
           
 void setStatus(int status)
           setStatus
 
Methods inherited from interface org.apache.jetspeed.deployment.DeploymentStatus
getStatus
 

Method Detail

getDeploymentObject

DeploymentObject getDeploymentObject()

getDeploymentObject

Returns:
An instance of org.apache.jetspeed.deployment.DeploymentObject
See Also:
DeploymentObject

setStatus

void setStatus(int status)

setStatus

Sets the status of this event. @see getEvent()

Parameters:
status -

getName

String getName()

getPath

String getPath()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.