|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.synapse.aspects.AspectConfiguration
public class AspectConfiguration
Aspect configuration Currently contains only statistics configuration related things
| Constructor Summary | |
|---|---|
AspectConfiguration(String id)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AspectConfiguration(String id)
| Method Detail |
|---|
public boolean isStatisticsEnable()
StatisticsConfigurable
isStatisticsEnable in interface StatisticsConfigurablepublic void disableStatistics()
StatisticsConfigurable
disableStatistics in interface StatisticsConfigurablepublic void enableStatistics()
StatisticsConfigurable
enableStatistics in interface StatisticsConfigurablepublic String getId()
Identifiable
getId in interface Identifiable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||