|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.monitoring.probe.aspectj.AbstractAspectJProbe
public abstract class AbstractAspectJProbe
Constructor Summary | |
---|---|
AbstractAspectJProbe()
|
Method Summary | |
---|---|
void |
getter()
This is a pointcut accepting all calls and executions of getter methods (methods which return something and start with get or return a boolean and
start with is ). |
void |
noGetterAndSetter()
This is a pointcut accepting everything that is neither a getter nor a setter. |
void |
notWithinKieker()
This is a pointcut accepting everything that is not within kieker.common, kieker.monitoring, kieker.analysis and kieker.tools. |
void |
setter()
This is a pointcut accepting all calls and executions of setter methods (methods which return void and start with set ). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractAspectJProbe()
Method Detail |
---|
public void notWithinKieker()
public void setter()
set
).
public void getter()
get
or return a boolean and
start with is
).
public void noGetterAndSetter()
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |