Class AggregatorChannelFactory
- java.lang.Object
-
- org.openmuc.framework.driver.aggregator.AggregatorChannelFactory
-
public class AggregatorChannelFactory extends java.lang.ObjectCreates a AggregatorChannel instance according to the aggregationType
-
-
Constructor Summary
Constructors Constructor Description AggregatorChannelFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AggregatorChannelcreateAggregatorChannel(org.openmuc.framework.driver.spi.ChannelRecordContainer container, org.openmuc.framework.dataaccess.DataAccessService dataAccessService)
-
-
-
Method Detail
-
createAggregatorChannel
public static AggregatorChannel createAggregatorChannel(org.openmuc.framework.driver.spi.ChannelRecordContainer container, org.openmuc.framework.dataaccess.DataAccessService dataAccessService) throws AggregationException
- Throws:
AggregationException
-
-