com.google.code.jetm.reporting
Interface AggregateBinder

All Known Implementing Classes:
XmlAggregateBinder

public interface AggregateBinder

Definition of an object used to bind and un-bind aggregate data.

Author:
jrh3k5

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

bind

void bind(Collection<? extends etm.core.aggregation.Aggregate> aggregates,
          Writer writer)
Bind aggregate data.

Parameters:
aggregates - A Collection of Aggregate objects representing the data to be bound.
writer - The Writer to which the bound data will be written.

unbind

Collection<etm.core.aggregation.Aggregate> unbind(Reader reader)
Unbind aggregate data.

Parameters:
reader - A Reader representing a source of bound aggregate data to be un-bound.
Returns:
A Collection of Aggregate objects representing the data to be unbound.


Copyright © 2011. All Rights Reserved.