Package org.jitsi.impl.neomedia.control
Interface DiagnosticsControl
-
- All Superinterfaces:
javax.media.Control
public interface DiagnosticsControl extends javax.media.ControlDefines an FMJ Control which allows the diagnosis of the functional health of a procedure/process.- Author:
- Lyubomir Marinov
-
-
Field Summary
Fields Modifier and Type Field Description static longNEVERThe constant which expresses a non-existent time in milliseconds for the purposes ofgetMalfunctioningSince().
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetMalfunctioningSince()Gets the time in milliseconds at which the associated procedure/process has started malfunctioning.StringtoString()Returns a human-readable String representation of the associated procedure/process.
-
-
-
Field Detail
-
NEVER
static final long NEVER
The constant which expresses a non-existent time in milliseconds for the purposes ofgetMalfunctioningSince(). Explicitly chosen to be 0 rather than -1 in the name of efficiency.- See Also:
- Constant Field Values
-
-
Method Detail
-
getMalfunctioningSince
long getMalfunctioningSince()
Gets the time in milliseconds at which the associated procedure/process has started malfunctioning.- Returns:
- the time in milliseconds at which the associated procedure/process has started malfunctioning or NEVER if the associated procedure/process is functioning normally
-
-