|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.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). |
protected java.lang.String |
signatureToLongString(org.aspectj.lang.Signature sig)
Better handling of AspectJ Signature.toLongString (especially with constructors). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, 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()
protected java.lang.String signatureToLongString(org.aspectj.lang.Signature sig)
sig - an AspectJ Signature
|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||