|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AggregateBinder
Definition of an object used to bind and un-bind aggregate data.
Method Summary | |
---|---|
void |
bind(Collection<? extends etm.core.aggregation.Aggregate> aggregates,
Writer writer)
Bind aggregate data. |
Collection<etm.core.aggregation.Aggregate> |
unbind(Reader reader)
Unbind aggregate data. |
Method Detail |
---|
void bind(Collection<? extends etm.core.aggregation.Aggregate> aggregates, Writer writer)
aggregates
- A Collection
of Aggregate
objects representing
the data to be bound.writer
- The Writer
to which the bound data will be written.Collection<etm.core.aggregation.Aggregate> unbind(Reader reader)
reader
- A Reader
representing a source of
bound
aggregate data to be
un-bound.
Collection
of Aggregate
objects representing
the data to be unbound.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |