Uses of Interface
com.pnfsoftware.jeb.client.telemetry.ITelemetryEndpoint
Packages that use ITelemetryEndpoint
Package
Description
Types related to telemetry information that can be generated by JEB clients.
-
Uses of ITelemetryEndpoint in com.pnfsoftware.jeb.client.telemetry
Classes in com.pnfsoftware.jeb.client.telemetry that implement ITelemetryEndpointModifier and TypeClassDescriptionclass
Standard telemetry end-point for JEB clients.Constructors in com.pnfsoftware.jeb.client.telemetry with parameters of type ITelemetryEndpointModifierConstructorDescriptionStandardTelemetryDatabase
(String dbpath, ITelemetryEndpoint endpoint) Create a new or open an existing JEB telemetry database.StandardTelemetryDatabase
(String dbpath, ITelemetryEndpoint endpoint, boolean startDumperThread) Create a new or open an existing JEB telemetry database.