org.apache.qpid.management.domain.model
Interface QpidEvent.State

Enclosing class:
QpidEvent

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

addNewEventData

void addNewEventData(byte[] rawData,
                     long currentTimestamp,
                     int severity)
Adds the given data for the object instance associated to the given object identifier.

Parameters:
rawData - the raw configuration data.

setSchema

void setSchema(List<Map<String,Object>> agumentDefinitions)
               throws UnableToBuildFeatureException
Inject the schema into this class definition.

Parameters:
propertyDefinitions -
statisticDefinitions -
methodDefinitions -
Throws:
UnableToBuildFeatureException - when it's not possibile to parse schema and build the class definition.


Licensed to the Apache Software Foundation