public final class DeploymentAdvisory extends AdvisoryEvent
Title: Service Event Fabric Core
Description: Defines a system advisory raised if the any deployment action is taken, e.g. process node checked out, checked in or deployed.
Copyright: Copyright (c) 2014
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_ID |
SEMANTIC_TYPE_NAME
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
DeploymentAdvisory() |
DeploymentAdvisory(DeploymentAdvisoryType type,
java.lang.String nodeName,
java.lang.String mnodeName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getManagementNodeName()
Returns name of the management node associated with the advisory.
|
java.lang.String |
getNodeName()
Returns name of the process node associated with the advisory.
|
DeploymentAdvisoryType |
getType()
Returns a type of action associated with the advisory.
|
equals, getCorrelationId, getCorrelationIdAsBytes, setCorrelationId, setCorrelationIdAsBytes, setEventGroupId, setEventKey
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getSerialVersionUID, getTimestamp, getTransmitAccess, isCoalesced, setDurable, setEventId
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getTimestamp, getTransmitAccess
getSerialVersionUID
public static final java.lang.String EVENT_ID
public DeploymentAdvisory()
public DeploymentAdvisory(DeploymentAdvisoryType type, java.lang.String nodeName, java.lang.String mnodeName)
public DeploymentAdvisoryType getType()
public java.lang.String getNodeName()
public java.lang.String getManagementNodeName()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.