public class AdvisoryEvent extends com.streamscape.sdo.IAbstractEvent implements AdvisoryEventDatagram
Title: Service Event Fabric Runtime
Description: This is a generic Advisory Event
that can be created and used by
using the general Event Datagram Factory
.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
SEMANTIC_TYPE_NAME
DEFAULT_SERIAL_VERSION_ID
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getCorrelationId()
Returns a string version of the correlation identifier.
|
byte[] |
getCorrelationIdAsBytes()
Returns the correlation identifier as a byte array.
|
void |
setCorrelationId(java.lang.String correlationId)
Sets the optional correlation identifier.
|
void |
setCorrelationIdAsBytes(byte[] correlationId)
Sets the optional correlation identifier as a byte array.
|
void |
setEventGroupId(java.lang.String group)
Sets the optional field that allows developers to group this event with others
of a similar type or within a sequence.
|
void |
setEventKey(java.lang.String key)
Sets an optional field that uniquely identifies this event type instance.
|
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 void setCorrelationId(java.lang.String correlationId)
AdvisoryEventDatagram
setCorrelationId
in interface AdvisoryEventDatagram
correlationId
- the event correlation identifier to be set.public void setCorrelationIdAsBytes(byte[] correlationId)
AdvisoryEventDatagram
setCorrelationIdAsBytes
in interface AdvisoryEventDatagram
correlationId
- the event correlation identifier to be set.public void setEventGroupId(java.lang.String group)
AdvisoryEventDatagram
setEventGroupId
in interface AdvisoryEventDatagram
setEventGroupId
in class com.streamscape.sdo.IAbstractEvent
public void setEventKey(java.lang.String key)
AdvisoryEventDatagram
setEventKey
in interface AdvisoryEventDatagram
setEventKey
in class com.streamscape.sdo.IAbstractEvent
key
- the event key to be set.public java.lang.String getCorrelationId()
AdvisoryEventDatagram
getCorrelationId
in interface AdvisoryEventDatagram
public byte[] getCorrelationIdAsBytes()
AdvisoryEventDatagram
getCorrelationIdAsBytes
in interface AdvisoryEventDatagram
public boolean equals(java.lang.Object other)
equals
in class com.streamscape.sdo.IAbstractEvent
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.