| Modifier and Type | Field and Description |
|---|---|
protected Class<?>[] |
parameters |
| Modifier | Constructor and Description |
|---|---|
protected |
ProbeSkeleton(Class<?>[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isEnabled()
Checks whether there is an active trace of this probe.
|
void |
trigger(Object... args)
Performs a type-check of the parameters before triggering the probe.
|
abstract void |
uncheckedTrigger(Object[] args)
Triggers the probe with verified arguments.
|
protected Class<?>[] parameters
protected ProbeSkeleton(Class<?>[] parameters)
public abstract boolean isEnabled()
Probepublic abstract void uncheckedTrigger(Object[] args)
Copyright © 2012. All Rights Reserved.