|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.deployment.impl.DeploymentEventImpl
public class DeploymentEventImpl
DeploymentEventImpl
Field Summary | |
---|---|
protected java.lang.String |
name
|
protected java.lang.String |
path
|
Fields inherited from interface org.apache.jetspeed.deployment.DeploymentStatus |
---|
STATUS_EVAL, STATUS_FAILED, STATUS_OKAY |
Constructor Summary | |
---|---|
DeploymentEventImpl(DeploymentObject handler)
|
|
DeploymentEventImpl(java.lang.String name,
java.lang.String path)
|
Method Summary | |
---|---|
DeploymentObject |
getDeploymentObject()
getDeploymentObject |
java.lang.String |
getName()
getName |
java.lang.String |
getPath()
getPath |
int |
getStatus()
getStatus |
void |
setStatus(int i)
setStatus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String name
protected java.lang.String path
Constructor Detail |
---|
public DeploymentEventImpl(DeploymentObject handler)
public DeploymentEventImpl(java.lang.String name, java.lang.String path)
Method Detail |
---|
public DeploymentObject getDeploymentObject()
DeploymentEvent
getDeploymentObject
getDeploymentObject
in interface DeploymentEvent
org.apache.jetspeed.deployment.DeploymentObject
DeploymentEvent.getDeploymentObject()
public int getStatus()
DeploymentStatus
getStatus
getStatus
in interface DeploymentStatus
public void setStatus(int i)
DeploymentEvent
setStatus
Sets the status of this event. @see getEvent()
setStatus
in interface DeploymentEvent
i
- public java.lang.String getName()
getName
getName
in interface DeploymentEvent
DeploymentEvent.getName()
public java.lang.String getPath()
getPath
getPath
in interface DeploymentEvent
DeploymentEvent.getPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |