public class AspectConfiguration extends Object implements StatisticsConfigurable, Identifiable
Constructor and Description |
---|
AspectConfiguration(String id) |
Modifier and Type | Method and Description |
---|---|
void |
disableStatistics()
To disable statistics
|
void |
enableStatistics()
To enable statistics
|
String |
getId()
Get the identifier of an abstraction
|
boolean |
isStatisticsEnable()
Whether statistics has been enabled
|
public AspectConfiguration(String id)
public boolean isStatisticsEnable()
StatisticsConfigurable
isStatisticsEnable
in interface StatisticsConfigurable
public void disableStatistics()
StatisticsConfigurable
disableStatistics
in interface StatisticsConfigurable
public void enableStatistics()
StatisticsConfigurable
enableStatistics
in interface StatisticsConfigurable
public String getId()
Identifiable
getId
in interface Identifiable
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.