|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TelemetryContainer
TelemetryContainer defines an artifact as being capable of having children directly embedded within them. Typically these are artifacts that have a spanning execution time and might reference other resources during their execution.
| Method Summary | |
|---|---|
void |
addChild(GlobalInfo child)
Add a child to this container. |
java.util.Collection<GlobalInfo> |
getChildren()
Get an immutable collection of the children of this container. |
| Method Detail |
|---|
void addChild(GlobalInfo child)
child - The child to add.java.util.Collection<GlobalInfo> getChildren()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||