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 ApplicationServerImpl
PlatformTelemetryRegistry. applicationServer
protected ApplicationServerImpl
TelemetryRegistry. applicationServer
Methods in org.camunda.bpm.engine.impl.telemetry that return ApplicationServerImpl Modifier and Type Method Description static ApplicationServerImpl
PlatformTelemetryRegistry. getApplicationServer()
ApplicationServerImpl
TelemetryRegistry. 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 ApplicationServerImpl
InternalsImpl. applicationServer
Methods in org.camunda.bpm.engine.impl.telemetry.dto that return ApplicationServerImpl Modifier and Type Method Description ApplicationServerImpl
InternalsImpl. getApplicationServer()
Methods in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type ApplicationServerImpl Modifier and Type Method Description void
InternalsImpl. 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)
-