FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
boolean | wrappedSent
|
com.apama.md.N | news
|
integer | sessionId
|
integer | connectionId
|
string | symbol
|
dictionary<string, com.apama.md.NSI > | schema
|
Action Summary | |
---|---|
boolean |
publishN()
Publishes the News event, it also sends the Wrapped News event in case it has not been sent already, provided the session id, connection id and symbol are set using the helper object. |
boolean |
publishNS()
Constructs and publishes the News Schema event. |
boolean |
publishNSD()
Constructs and publishes the News Schema Delta event. |
boolean |
publishWrappedN()
Constructs and publishes a Wrapped News event provided the session id, connection id and symbol are set using the helper object. |
void |
setActualValue(float actualValue)
This setter allows you to set the ActualValue for the news event. |
void |
setConnectionId(integer connectionId)
This setter allows you to set the connection Id. |
void |
setData(dictionary<string, string > data)
This setter allows you to set the data. |
void |
setHeadline(string headline)
This setter allows you to set the headline for the news event. |
void |
setNewsId(string newsId)
This setter allows you to set the News Id for the news event. |
void |
setSchema(dictionary<string, com.apama.md.NSI > schema)
This setter allows you to set the schema dictionary. |
void |
setSessionId(integer sessionId)
This setter allows you to set the session Id. |
void |
setSourceTimestamp(float sourceTimestamp)
This setter allows you to set the source timestamp for the news event. |
void |
setStory(string story)
This setter allows you to set the story for the news event. |
void |
setSymbol(string symbol)
This setter allows you to set the symbol. |
void |
setTimestamp(dictionary<integer, float > timestamp)
This setter allows you to set the timestamp used for the latency measurements. |
void |
setUpdateType(integer updateType)
This setter allows you to set the UpdateType for the news event. |
Member Detail |
---|
integer connectionId
com.apama.md.N news
dictionary<string, com.apama.md.NSI > schema
integer sessionId
string symbol
boolean wrappedSent
Action Detail |
---|
boolean publishN()Publishes the News event, it also sends the Wrapped News event in case it has not been sent already, provided the session id, connection id and symbol are set using the helper object.
boolean publishNS()Constructs and publishes the News Schema event.
boolean publishNSD()Constructs and publishes the News Schema Delta event.
boolean publishWrappedN()Constructs and publishes a Wrapped News event provided the session id, connection id and symbol are set using the helper object.
void setActualValue(float actualValue)This setter allows you to set the ActualValue for the news event.
void setConnectionId(integer connectionId)This setter allows you to set the connection Id.
void setData(dictionary<string, string > data)This setter allows you to set the data.
void setHeadline(string headline)This setter allows you to set the headline for the news event.
void setNewsId(string newsId)This setter allows you to set the News Id for the news event.
void setSchema(dictionary<string, com.apama.md.NSI > schema)This setter allows you to set the schema dictionary.
void setSessionId(integer sessionId)This setter allows you to set the session Id.
void setSourceTimestamp(float sourceTimestamp)This setter allows you to set the source timestamp for the news event.
void setStory(string story)This setter allows you to set the story for the news event.
void setSymbol(string symbol)This setter allows you to set the symbol.
void setTimestamp(dictionary<integer, float > timestamp)This setter allows you to set the timestamp used for the latency measurements.
void setUpdateType(integer updateType)This setter allows you to set the UpdateType for the news event.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |