public final class FabricModeratorAdvisory extends AdvisoryEvent
Title: Service Event Fabric Core
Description: Defines a system advisory raised if the Fabric structure has been updated.
Copyright: Copyright (c) 2010
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 |
---|
FabricModeratorAdvisory() |
FabricModeratorAdvisory(ModeratorAdvisoryType type,
java.lang.String entity) |
FabricModeratorAdvisory(ModeratorAdvisoryType type,
java.lang.String entity,
java.lang.String info) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEntity()
Returns a name of entity associated with the advisory.
|
java.lang.String |
getInfo()
Returns an additional information associated with the advisory.
|
ModeratorAdvisoryType |
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 FabricModeratorAdvisory()
public FabricModeratorAdvisory(ModeratorAdvisoryType type, java.lang.String entity)
public FabricModeratorAdvisory(ModeratorAdvisoryType type, java.lang.String entity, java.lang.String info)
public ModeratorAdvisoryType getType()
public java.lang.String getEntity()
FabricNodeReference
)ComponentReference
)ConsumerReference
)ReceiverReference
)EventCacheReference
)DomainConstraintReference
)RangeConstraintReference
)ReplicationSourceReference
)ReplicationTargetReference
)TimeWindow
)FabricGroup
}null
if the advisory type is JOINED_SYSPLEX
, DETACHED_FROM_SYSPLEX
or
DETACHED_FROM_SYSPLEX_FORCIBLY
.public java.lang.String getInfo()
ModeratorAdvisoryType.ACCESS_POINT_ADDED
- contains a LinkAddress
of the access point.ModeratorAdvisoryType.ACCESS_POINT_REMOVED
- contains a LinkAddress
of the access point.ModeratorAdvisoryType.PRODUCER_BOUND
- contains an event id to which the producer has been bound.ModeratorAdvisoryType.PRODUCER_UNBOUND
- contains an event id from which the producer has been unbound.ModeratorAdvisoryType.GROUP_MEMBER_ADDED
- contains a name of the component that has joined the group.ModeratorAdvisoryType.GROUP_MEMBER_REMOVED
- contains a name of the component that has left the group.null
if no info is associated with the advisory.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.