| Package | Description |
|---|---|
| cgl.narada.event |
This package contains classes and interfaces specific to the native NaradaBrokering event type.
|
| 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.
|
NBEvent |
NBEventGenerator.getCoalescedEvent(NBEvent fragmentEvent,
byte[] coalescedPayload)
Deprecated.
This method is used to create a coalesced event from the information
supplied by the coalescing service.
|
NBEvent |
NBEventGenerator.getFragmentedEvent(NBEvent nbEvent,
java.lang.String filename,
long originalLength,
byte[] fragmentedPayload,
int fragmentNumber,
int totalNumberOfFragments,
long fragmentationEpoch)
Deprecated.
This method is used to create a fragmented event from the information
supplied by the fragmentation service.
|