public abstract class AbstractAspectJProbe extends java.lang.Object implements IMonitoringProbe
Constructor and Description |
---|
AbstractAspectJProbe() |
Modifier and Type | Method and Description |
---|---|
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).
|
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 SignatureCopyright 2017 Kieker Project, http://kieker-monitoring.net