com.sun.btrace.annotations
Annotation Type OnTimer


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface OnTimer

BTrace methods annotated by this annotation are called when a timer reaches the specified period value. This can be used to run periodic tracing actions.

Author:
A. Sundararajan

Required Element Summary
 long value
          Time period of the timer in milliseconds.
 

Element Detail

value

public abstract long value
Time period of the timer in milliseconds.