Nuxeo Enterprise Platform 5.4

org.nuxeo.dam.core.service
Class AssetsStatisticsServiceImpl

java.lang.Object
  extended by org.nuxeo.runtime.model.DefaultComponent
      extended by org.nuxeo.dam.core.service.AssetsStatisticsServiceImpl
All Implemented Interfaces:
AssetsStatisticsService, org.nuxeo.runtime.model.Adaptable, org.nuxeo.runtime.model.Component, org.nuxeo.runtime.model.Extensible

public class AssetsStatisticsServiceImpl
extends org.nuxeo.runtime.model.DefaultComponent
implements AssetsStatisticsService

Author:
Eugen Ionica

Field Summary
static String COMPUTE_STATISTICS_PROPERTY
           
 
Constructor Summary
AssetsStatisticsServiceImpl()
           
 
Method Summary
 void applicationStarted(org.nuxeo.runtime.model.ComponentContext context)
           
 void cleanStatistics()
           
 void computeStatistics()
           
 
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, deactivate, getAdapter, registerContribution, registerExtension, unregisterContribution, unregisterExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPUTE_STATISTICS_PROPERTY

public static final String COMPUTE_STATISTICS_PROPERTY
See Also:
Constant Field Values
Constructor Detail

AssetsStatisticsServiceImpl

public AssetsStatisticsServiceImpl()
Method Detail

computeStatistics

public void computeStatistics()
                       throws Exception
Specified by:
computeStatistics in interface AssetsStatisticsService
Throws:
Exception

cleanStatistics

public void cleanStatistics()
                     throws Exception
Specified by:
cleanStatistics in interface AssetsStatisticsService
Throws:
Exception

applicationStarted

public void applicationStarted(org.nuxeo.runtime.model.ComponentContext context)
                        throws Exception
Specified by:
applicationStarted in interface org.nuxeo.runtime.model.Component
Overrides:
applicationStarted in class org.nuxeo.runtime.model.DefaultComponent
Throws:
Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.