public class DaemonServiceBlockedAdvisory extends AdvisoryEvent
Title: Service Framework
Description: Defines an advisory raised in case of blocked daemon service.
Copyright: Copyright (c) 2018
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 |
---|
DaemonServiceBlockedAdvisory() |
DaemonServiceBlockedAdvisory(java.lang.String nodeName,
java.lang.String serviceType,
java.lang.String serviceName,
long iterationStartTime,
long passiveIterationInterval,
long maxIterationWorkTime,
long checkTime) |
Modifier and Type | Method and Description |
---|---|
long |
getCheckTime() |
long |
getIterationStartTime() |
long |
getMaxIterationWorkTime() |
java.lang.String |
getNodeName() |
long |
getPassiveIterationInterval() |
java.lang.String |
getServiceName() |
java.lang.String |
getServiceType() |
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 DaemonServiceBlockedAdvisory()
public DaemonServiceBlockedAdvisory(java.lang.String nodeName, java.lang.String serviceType, java.lang.String serviceName, long iterationStartTime, long passiveIterationInterval, long maxIterationWorkTime, long checkTime)
public java.lang.String getNodeName()
public java.lang.String getServiceType()
public java.lang.String getServiceName()
public long getIterationStartTime()
public long getPassiveIterationInterval()
public long getMaxIterationWorkTime()
public long getCheckTime()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.