|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.service.cmr.avm.deploy.DeploymentEvent
public class DeploymentEvent
Interface for Deployment Events.
Nested Class Summary | |
---|---|
static class |
DeploymentEvent.Type
The type of the event. |
Constructor Summary | |
---|---|
DeploymentEvent(DeploymentEvent.Type type,
org.alfresco.util.Pair source,
java.lang.String destination)
|
|
DeploymentEvent(DeploymentEvent.Type type,
org.alfresco.util.Pair source,
java.lang.String destination,
java.lang.String message)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDestination()
Get the destination path. |
java.lang.String |
getMessage()
Get the message. |
org.alfresco.util.Pair |
getSource()
Get the source node version and path. |
DeploymentEvent.Type |
getType()
Get the type of the event. |
int |
hashCode()
|
java.lang.String |
toString()
Get a String representation. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeploymentEvent(DeploymentEvent.Type type, org.alfresco.util.Pair source, java.lang.String destination)
public DeploymentEvent(DeploymentEvent.Type type, org.alfresco.util.Pair source, java.lang.String destination, java.lang.String message)
Method Detail |
---|
public DeploymentEvent.Type getType()
public org.alfresco.util.Pair getSource()
public java.lang.String getDestination()
public java.lang.String getMessage()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |