| Package | Description |
|---|---|
| cgl.narada.event |
This package contains classes and interfaces specific to the native NaradaBrokering event type.
|
| Modifier and Type | Method and Description |
|---|---|
EventID |
EventIDGenerator.generateEventId(int entityId)
Deprecated.
|
EventID |
EventHeadersImpl.getCorrelationIdentifier()
Deprecated.
Returns the correlation identifier associated with the event
|
EventID |
EventHeaders.getCorrelationIdentifier()
Deprecated.
Returns the correlation identifier associated with the event
|
EventID |
EventHeadersImpl.getEventId()
Deprecated.
Get the event identifier
|
EventID |
EventHeaders.getEventId()
Deprecated.
Get the event identifier
|
| Modifier and Type | Method and Description |
|---|---|
NBEvent |
NBEventGenerator.generateEvent(int templateId,
int source,
boolean suppressDistToSource,
boolean timestamp,
boolean useHRtimestamp,
boolean useNtpTimestamp,
int timeToLive,
boolean generateId,
boolean isCorrelated,
EventID correlationId,
boolean persistent,
int priority,
int contentSynopsisType,
java.lang.Object contentSynopsis,
byte[] contentPayload)
Deprecated.
|