-
ngsoPath
java.lang.String[] ngsoPath
This is the NGSO (Node, Group, Service or Operation)
under which the activity will be reported.
It is required for requests, not used for replies.
-
targetAddress
java.lang.String targetAddress
This is the target address of the watchdog, and is optional.
If not specified for requests, will be computed from the ngsoPath.
-
payload
byte[] payload
This is payload of the request or reply, and is optional.
-
payloadSize
int payloadSize
This is the size (byte count) of the payload, and is optional.
If not specified, and the payload is not null, it will be set to the payload byte count.
-
userData
int userData
This user defined data to be added to the generic "value" norm bin in the statistics.
It is optional.
-
extraInfo
java.lang.String[] extraInfo
This is any extra info needed by specific watchdog types, and is optional.
When used, it is used only for requests.