public final class FabricExchangeAdvisory extends AdvisoryEvent
Title: Service Event Fabric Core
Description: Defines a system advisory raised by the Fabric Exchange.
Copyright: Copyright (c) 2016
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 |
---|
FabricExchangeAdvisory() |
FabricExchangeAdvisory(java.lang.String nodeName,
FabricExchangeState state,
java.lang.String message,
java.lang.String detailedMessage,
RowSet summaryInfo,
RowSet fullInfo,
RowSet jvmStats) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDetailedMessage()
Returns the detailed message of the advisory.
|
RowSet |
getFullInfo()
Returns a
RowSet containing execution result of the SLANG command 'show exchange state at domain'. |
RowSet |
getJvmStats()
Returns a
RowSet containing execution result of the SLANG command 'show stats at domain'. |
java.lang.String |
getMessage()
Returns the message of the advisory.
|
java.lang.String |
getNodeName()
Returns a name of the node that raised the advisory.
|
FabricExchangeState |
getState()
Returns the Exchange state that caused the advisory.
|
RowSet |
getSummaryInfo()
Returns a
RowSet containing execution result of the SLANG command 'show exchange state at domain summary'. |
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 FabricExchangeAdvisory()
public FabricExchangeAdvisory(java.lang.String nodeName, FabricExchangeState state, java.lang.String message, java.lang.String detailedMessage, RowSet summaryInfo, RowSet fullInfo, RowSet jvmStats)
public java.lang.String getNodeName()
public FabricExchangeState getState()
public java.lang.String getMessage()
public java.lang.String getDetailedMessage()
public RowSet getSummaryInfo()
RowSet
containing execution result of the SLANG command 'show exchange state at domain summary'.
null
.public RowSet getFullInfo()
RowSet
containing execution result of the SLANG command 'show exchange state at domain'.
null
.public RowSet getJvmStats()
RowSet
containing execution result of the SLANG command 'show stats at domain'.
null
.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.