public final class CoherenceAgentAdvisory extends AdvisoryEvent
Title: Service Event Fabric Core
Description: Defines a system advisory raised if the Coherence entity has been modified.
CoherenceAgent
is enabled in the sysplex
(see RuntimeContext.isCoherenceAgentBound()
).
Copyright: Copyright (c) 2013
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 |
---|
CoherenceAgentAdvisory() |
CoherenceAgentAdvisory(CoherenceAgentAdvisoryType type,
java.lang.String entity) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEntity()
Returns a name of coherence entity associated with the advisory.
|
CoherenceAgentAdvisoryType |
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 CoherenceAgentAdvisory()
public CoherenceAgentAdvisory(CoherenceAgentAdvisoryType type, java.lang.String entity)
public CoherenceAgentAdvisoryType getType()
public java.lang.String getEntity()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.