Class AggregatorPersistenceFactory
- java.lang.Object
-
- org.gcube.accounting.aggregator.persistence.AggregatorPersistenceFactory
-
public class AggregatorPersistenceFactory extends Object
- Author:
- Luca Frosini (ISTI-CNR)
-
-
Constructor Summary
Constructors Constructor Description AggregatorPersistenceFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AggregatorPersistenceDstgetAggregatorPersistenceDst()static AggregatorPersistenceSrcgetAggregatorPersistenceSrc()static AggregatorPersistenceStatusgetAggregatorPersistenceStatus()protected static org.gcube.accounting.aggregator.persistence.AggregatorPersistenceStatusDstgetAggregatorPersistenceStatusDst()protected static org.gcube.accounting.aggregator.persistence.AggregatorPersistenceStatusSrcgetAggregatorPersistenceStatusSrc()
-
-
-
Method Detail
-
getAggregatorPersistenceStatus
public static AggregatorPersistenceStatus getAggregatorPersistenceStatus() throws Exception
- Throws:
Exception
-
getAggregatorPersistenceStatusSrc
protected static org.gcube.accounting.aggregator.persistence.AggregatorPersistenceStatusSrc getAggregatorPersistenceStatusSrc() throws Exception- Throws:
Exception
-
getAggregatorPersistenceStatusDst
protected static org.gcube.accounting.aggregator.persistence.AggregatorPersistenceStatusDst getAggregatorPersistenceStatusDst() throws Exception- Throws:
Exception
-
getAggregatorPersistenceSrc
public static AggregatorPersistenceSrc getAggregatorPersistenceSrc() throws Exception
- Throws:
Exception
-
getAggregatorPersistenceDst
public static AggregatorPersistenceDst getAggregatorPersistenceDst() throws Exception
- Throws:
Exception
-
-