|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
static interface QpidClass.State
State interface for this class definition. Each state is responsible to handle the injection of the data and / or schema.
Method Summary | |
---|---|
void |
addConfigurationData(Binary objectId,
byte[] rawData)
Adds instrumentation data for the object instance associated to the given object identifier. |
void |
addInstrumentationData(Binary objectId,
byte[] rawData)
Adds configuration data for the object instance associated to the given object identifier. |
void |
setSchema(List<Map<String,Object>> propertyDefinitions,
List<Map<String,Object>> statisticDefinitions,
List<MethodOrEventDataTransferObject> methodDefinitions)
Inject the schema into this class definition. |
Method Detail |
---|
void addInstrumentationData(Binary objectId, byte[] rawData)
objectId
- the object identifier.rawData
- the raw configuration data.void addConfigurationData(Binary objectId, byte[] rawData)
objectId
- the object identifier.rawData
- the raw instrumentation data.void setSchema(List<Map<String,Object>> propertyDefinitions, List<Map<String,Object>> statisticDefinitions, List<MethodOrEventDataTransferObject> methodDefinitions) 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 |