|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
static interface QpidEvent.State
State interface for this event definition. Each state is responsible to handle the injection of the data and / or schema.
Method Summary | |
---|---|
void |
addNewEventData(byte[] rawData,
long currentTimestamp,
int severity)
Adds the given data for the object instance associated to the given object identifier. |
void |
setSchema(List<Map<String,Object>> agumentDefinitions)
Inject the schema into this class definition. |
Method Detail |
---|
void addNewEventData(byte[] rawData, long currentTimestamp, int severity)
rawData
- the raw configuration data.void setSchema(List<Map<String,Object>> agumentDefinitions) throws UnableToBuildFeatureException
propertyDefinitions
- statisticDefinitions
- methodDefinitions
-
UnableToBuildFeatureException
- when it's not possibile to parse schema and build the class definition.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |