Class StatisticsProviderRandomService
java.lang.Object
org.opencastproject.statistics.provider.random.StatisticsProviderRandomService
- All Implemented Interfaces:
org.apache.felix.fileinstall.ArtifactInstaller,org.apache.felix.fileinstall.ArtifactListener
public class StatisticsProviderRandomService
extends Object
implements org.apache.felix.fileinstall.ArtifactInstaller
Implements statistics providers using random data (showcase).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(org.osgi.service.component.ComponentContext cc) booleanvoiddeactivate(org.osgi.service.component.ComponentContext cc) voidvoidsetStatisticsCoordinator(org.opencastproject.statistics.api.StatisticsCoordinator service) voidvoid
-
Constructor Details
-
StatisticsProviderRandomService
public StatisticsProviderRandomService()
-
-
Method Details
-
setStatisticsCoordinator
public void setStatisticsCoordinator(org.opencastproject.statistics.api.StatisticsCoordinator service) -
activate
public void activate(org.osgi.service.component.ComponentContext cc) -
deactivate
public void deactivate(org.osgi.service.component.ComponentContext cc) -
install
- Specified by:
installin interfaceorg.apache.felix.fileinstall.ArtifactInstaller- Throws:
Exception
-
uninstall
- Specified by:
uninstallin interfaceorg.apache.felix.fileinstall.ArtifactInstaller- Throws:
Exception
-
canHandle
- Specified by:
canHandlein interfaceorg.apache.felix.fileinstall.ArtifactListener
-
update
- Specified by:
updatein interfaceorg.apache.felix.fileinstall.ArtifactInstaller- Throws:
Exception
-