This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.jetspeed.deployment.impl
Class DeploymentEventImpl
java.lang.Object
   org.apache.jetspeed.deployment.impl.DeploymentEventImpl
org.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 517124 2007-03-12 08:10:25Z ate $
- Author:
- Scott T. Weaver
 
| Fields inherited from interface org.apache.jetspeed.deployment.DeploymentStatus | 
| STATUS_EVAL, STATUS_FAILED, STATUS_OKAY | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
handler
private org.apache.jetspeed.deployment.DeploymentObject handler
status
private int status
name
protected String name
path
protected String path
DeploymentEventImpl
public DeploymentEventImpl(org.apache.jetspeed.deployment.DeploymentObject handler)
DeploymentEventImpl
public DeploymentEventImpl(String name,
                           String path)
getDeploymentObject
public org.apache.jetspeed.deployment.DeploymentObject getDeploymentObject()
- 
- Specified by:
- getDeploymentObjectin interface- org.apache.jetspeed.deployment.DeploymentEvent
 
- 
- See Also:
- DeploymentEvent.getDeploymentObject()
 
getStatus
public int getStatus()
- 
- Specified by:
- getStatusin interface- org.apache.jetspeed.deployment.DeploymentStatus
 
- 
- Returns:
 
setStatus
public void setStatus(int i)
- 
- Specified by:
- setStatusin interface- org.apache.jetspeed.deployment.DeploymentEvent
 
- 
- Parameters:
- i-
 
getName
public String getName()
- 
 getName
  - 
 
- 
- Specified by:
- getNamein interface- org.apache.jetspeed.deployment.DeploymentEvent
 
- 
- Returns:
- See Also:
- DeploymentEvent.getName()
 
getPath
public String getPath()
- 
 getPath
  - 
 
- 
- Specified by:
- getPathin interface- org.apache.jetspeed.deployment.DeploymentEvent
 
- 
- Returns:
- See Also:
- DeploymentEvent.getPath()
 
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.