public class DeploymentEvent
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DeploymentEvent.Type
The type of the event.
|
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
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)
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
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.