public interface ProbeEvent
A probe event. Probe events are created with the various create methods in the
probe context and interceptor context.
A probe event must be published with ProbeContext.addEvent(ProbeEvent).
| Method Summary | |
|---|---|
ProbeEvent |
additionalData(java.lang.Object[] additionalData)
Add additional data to the probe event. |
int |
getControlObjectId()
Returns the ID of the associated control object. |
| Method Detail |
|---|
ProbeEvent additionalData(java.lang.Object[] additionalData)
ProbeMetaData.addAdditionalData(String, DataType)
in the meta data configuration method.
The size in the array corresponds to the the number of calls to the above method.
additionalData - the additional data
int getControlObjectId()