Package org.gluu.oxauth.service
Class MetricService
- java.lang.Object
- 
- org.gluu.service.metric.MetricService
- 
- org.gluu.oxauth.service.MetricService
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 @ApplicationScoped @Named("metricService") public class MetricService extends org.gluu.service.metric.MetricServiceStore and retrieve metric- Author:
- Yuriy Movchan Date: 07/30/2015
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringMETRIC_SERVICE_COMPONENT_NAME
 - 
Constructor SummaryConstructors Constructor Description MetricService()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringbaseDn()org.gluu.model.ApplicationTypegetApplicationType()org.gluu.persist.PersistenceEntryManagergetEntryManager()org.gluu.service.metric.MetricServicegetMetricServiceInstance()java.lang.StringgetNodeIndetifier()voidinitTimer()booleanisMetricReporterEnabled()- 
Methods inherited from class org.gluu.service.metric.MetricServiceadd, add, addBranch, buildDn, close, containsBranch, createApplicationBaseBranch, createBranch, findAllPeriodBranches, findMetricEntry, getCounter, getEntryLifetimeInDays, getExpiredMetricEntries, getMetricEntryByDn, getRegisteredMetricTypes, getTimer, getUiqueIdentifier, incCounter, initTimer, prepareBranch, remove, removeBranch, removeExpiredMetricEntries, update, writeMetricEntries
 
- 
 
- 
- 
- 
Field Detail- 
METRIC_SERVICE_COMPONENT_NAMEpublic static final java.lang.String METRIC_SERVICE_COMPONENT_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
initTimerpublic void initTimer() 
 - 
baseDnpublic java.lang.String baseDn() - Specified by:
- baseDnin class- org.gluu.service.metric.MetricService
 
 - 
getMetricServiceInstancepublic org.gluu.service.metric.MetricService getMetricServiceInstance() - Specified by:
- getMetricServiceInstancein class- org.gluu.service.metric.MetricService
 
 - 
isMetricReporterEnabledpublic boolean isMetricReporterEnabled() - Specified by:
- isMetricReporterEnabledin class- org.gluu.service.metric.MetricService
 
 - 
getApplicationTypepublic org.gluu.model.ApplicationType getApplicationType() - Specified by:
- getApplicationTypein class- org.gluu.service.metric.MetricService
 
 - 
getEntryManagerpublic org.gluu.persist.PersistenceEntryManager getEntryManager() - Specified by:
- getEntryManagerin class- org.gluu.service.metric.MetricService
 
 - 
getNodeIndetifierpublic java.lang.String getNodeIndetifier() - Specified by:
- getNodeIndetifierin class- org.gluu.service.metric.MetricService
 
 
- 
 
-