|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NBEvent
This is the basic template event within the NaradaBrokering system. This event includes among other things, information regarding a)The event's headers b)The event's content synopsis c)The content payload d)The event's properties
| Method Summary | |
|---|---|
byte[] |
getBytes()
Get a byte stream representation of the event |
byte[] |
getContentPayload()
Get the content Payload |
int |
getContentPayloadSize()
Get the payload size |
Object |
getContentSynopsis()
Retrieves the synopis associated with the content |
int |
getContentSynopsisType()
Returns the type of the content synopsis |
String |
getContentType()
Indicates the type of the content |
DistributionTraces |
getDistributionTraces()
Gets the distribution Traces associated with the event |
EventHeaders |
getEventHeaders()
Header information pertaining to the event |
EventProperties |
getEventProperties()
EventProperties associated with the event |
int |
getEventType()
Indicates the type of the event |
boolean |
hasDistributionTraces()
Indicates if the event has distribution traces |
boolean |
hasEventHeaders()
Indicates if this event has any event headers |
boolean |
hasEventProperties()
Indicates if this event has any user-defined properties |
| Method Detail |
|---|
int getEventType()
String getContentType()
boolean hasEventHeaders()
EventHeaders getEventHeaders()
boolean hasEventProperties()
EventProperties getEventProperties()
int getContentSynopsisType()
Object getContentSynopsis()
int getContentPayloadSize()
byte[] getContentPayload()
boolean hasDistributionTraces()
DistributionTraces getDistributionTraces()
byte[] getBytes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||