Class WizardHandlerProducer
- java.lang.Object
-
- net.anotheria.anosite.wizard.handler.WizardHandlerProducer
-
- All Implemented Interfaces:
net.anotheria.moskito.core.producers.IStatsProducer
public final class WizardHandlerProducer extends Object implements net.anotheria.moskito.core.producers.IStatsProducer
Wizard handler producer, as Moskito IStatsProducer.- Author:
- h3ll
-
-
Constructor Summary
Constructors Constructor Description WizardHandlerProducer(String aProducerId)Handler Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCategory()protected net.anotheria.moskito.core.stats.Interval[]getMonitoringIntervals()StringgetProducerId()List<net.anotheria.moskito.core.producers.IStats>getStats()StringgetSubsystem()
-
-
-
Constructor Detail
-
WizardHandlerProducer
public WizardHandlerProducer(String aProducerId)
Handler Constructor.- Parameters:
aProducerId- id
-
-
Method Detail
-
getMonitoringIntervals
protected net.anotheria.moskito.core.stats.Interval[] getMonitoringIntervals()
-
getCategory
public String getCategory()
- Specified by:
getCategoryin interfacenet.anotheria.moskito.core.producers.IStatsProducer
-
getProducerId
public String getProducerId()
- Specified by:
getProducerIdin interfacenet.anotheria.moskito.core.producers.IStatsProducer
-
getStats
public List<net.anotheria.moskito.core.producers.IStats> getStats()
- Specified by:
getStatsin interfacenet.anotheria.moskito.core.producers.IStatsProducer
-
getSubsystem
public String getSubsystem()
- Specified by:
getSubsystemin interfacenet.anotheria.moskito.core.producers.IStatsProducer
-
-