Uses of Class
com.pnfsoftware.jeb.client.telemetry.TelemetryException
Packages that use TelemetryException
Package
Description
Types related to telemetry information that can be generated by JEB clients.
-
Uses of TelemetryException in com.pnfsoftware.jeb.client.telemetry
Methods in com.pnfsoftware.jeb.client.telemetry that throw TelemetryExceptionModifier and TypeMethodDescriptionvoidITelemetryDatabase.close()Close the telemetry database.voidMootTelemetryDatabase.close()voidStandardTelemetryDatabase.close()Constructors in com.pnfsoftware.jeb.client.telemetry that throw TelemetryExceptionModifierConstructorDescriptionStandardTelemetryDatabase(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.