org.apache.jetspeed.deployment.impl
Class DeploymentEventImpl

java.lang.Object
  extended byorg.apache.jetspeed.deployment.impl.DeploymentEventImpl
All Implemented Interfaces:
org.apache.jetspeed.deployment.DeploymentEvent, org.apache.jetspeed.deployment.DeploymentStatus

public class DeploymentEventImpl
extends Object
implements org.apache.jetspeed.deployment.DeploymentEvent

DeploymentEventImpl

Version:
$Id: DeploymentEventImpl.java 188432 2005-03-23 22:48:43Z ate $
Author:
Scott T. Weaver

Field Summary
private  String deploymentRoot
           
private  org.apache.jetspeed.deployment.DeploymentObject handler
           
protected  String name
           
protected  String path
           
private  int status
           
 
Fields inherited from interface org.apache.jetspeed.deployment.DeploymentStatus
STATUS_EVAL, STATUS_FAILED, STATUS_OKAY
 
Constructor Summary
DeploymentEventImpl(org.apache.jetspeed.deployment.DeploymentObject handler)
           
DeploymentEventImpl(org.apache.jetspeed.deployment.DeploymentObject handler, String depRoot)
           
DeploymentEventImpl(String name, String path)
           
 
Method Summary
 org.apache.jetspeed.deployment.DeploymentObject getDeploymentObject()
           
 String getName()
           getName
 String getPath()
           getPath
 int getStatus()
           
 void setStatus(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handler

private org.apache.jetspeed.deployment.DeploymentObject handler

deploymentRoot

private String deploymentRoot

status

private int status

name

protected String name

path

protected String path
Constructor Detail

DeploymentEventImpl

public DeploymentEventImpl(org.apache.jetspeed.deployment.DeploymentObject handler,
                           String depRoot)

DeploymentEventImpl

public DeploymentEventImpl(org.apache.jetspeed.deployment.DeploymentObject handler)

DeploymentEventImpl

public DeploymentEventImpl(String name,
                           String path)
Method Detail

getDeploymentObject

public org.apache.jetspeed.deployment.DeploymentObject getDeploymentObject()
Specified by:
getDeploymentObject in interface org.apache.jetspeed.deployment.DeploymentEvent
See Also:
DeploymentEvent.getDeploymentObject()

getStatus

public int getStatus()
Specified by:
getStatus in interface org.apache.jetspeed.deployment.DeploymentStatus
Returns:

setStatus

public void setStatus(int i)
Specified by:
setStatus in interface org.apache.jetspeed.deployment.DeploymentEvent
Parameters:
i -

getName

public String getName()

getName

Specified by:
getName in interface org.apache.jetspeed.deployment.DeploymentEvent
Returns:
See Also:
DeploymentEvent.getName()

getPath

public String getPath()

getPath

Specified by:
getPath in interface org.apache.jetspeed.deployment.DeploymentEvent
Returns:
See Also:
DeploymentEvent.getPath()


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