org.addsimplicity.anicetus.entity
Interface TelemetryContainer

All Known Implementing Classes:
ExecInfo, TelemetrySession, TelemetryTransaction

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.

Author:
Dan Pritchett

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

addChild

void addChild(GlobalInfo child)
Add a child to this container. The child will have the container automatically set as the parent.

Parameters:
child - The child to add.

getChildren

java.util.Collection<GlobalInfo> getChildren()
Get an immutable collection of the children of this container.

Returns:
the children of this container.


Copyright © 2009 Add Simplicity. All Rights Reserved.