Uses of Class
org.camunda.bpm.engine.impl.telemetry.dto.ApplicationServerImpl
-
Packages that use ApplicationServerImpl Package Description org.camunda.bpm.engine.impl.telemetry org.camunda.bpm.engine.impl.telemetry.dto -
-
Uses of ApplicationServerImpl in org.camunda.bpm.engine.impl.telemetry
Fields in org.camunda.bpm.engine.impl.telemetry declared as ApplicationServerImpl Modifier and Type Field Description protected static ApplicationServerImplPlatformTelemetryRegistry. applicationServerprotected ApplicationServerImplTelemetryRegistry. applicationServerMethods in org.camunda.bpm.engine.impl.telemetry that return ApplicationServerImpl Modifier and Type Method Description static ApplicationServerImplPlatformTelemetryRegistry. getApplicationServer()ApplicationServerImplTelemetryRegistry. getApplicationServer() -
Uses of ApplicationServerImpl in org.camunda.bpm.engine.impl.telemetry.dto
Fields in org.camunda.bpm.engine.impl.telemetry.dto declared as ApplicationServerImpl Modifier and Type Field Description protected ApplicationServerImplInternalsImpl. applicationServerMethods in org.camunda.bpm.engine.impl.telemetry.dto that return ApplicationServerImpl Modifier and Type Method Description ApplicationServerImplInternalsImpl. getApplicationServer()Methods in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type ApplicationServerImpl Modifier and Type Method Description voidInternalsImpl. setApplicationServer(ApplicationServerImpl applicationServer)Constructors in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type ApplicationServerImpl Constructor Description InternalsImpl(DatabaseImpl database, ApplicationServerImpl server, LicenseKeyDataImpl licenseKey, JdkImpl jdk)
-