Package net.anotheria.anosite.handler
Class BoxHandlerProducer
- java.lang.Object
-
- net.anotheria.anosite.handler.BoxHandlerProducer
-
- All Implemented Interfaces:
net.anotheria.moskito.core.producers.IStatsProducer
public class BoxHandlerProducer extends Object implements net.anotheria.moskito.core.producers.IStatsProducer
A stats producer for boxhandler for embedding into moskito.- Author:
- another
-
-
Constructor Summary
Constructors Constructor Description BoxHandlerProducer(String aProducerId)
-
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
-
BoxHandlerProducer
public BoxHandlerProducer(String aProducerId)
-
-
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
-
-