Class SimpleIpBasedProvider

java.lang.Object
org.camunda.bpm.engine.impl.history.event.SimpleIpBasedProvider
All Implemented Interfaces:
HostnameProvider

public class SimpleIpBasedProvider extends Object implements HostnameProvider
Author:
Thorben Lindhauer
  • Constructor Details

    • SimpleIpBasedProvider

      public SimpleIpBasedProvider()
  • Method Details

    • getHostname

      public String getHostname(ProcessEngineConfigurationImpl processEngineConfiguration)
      Description copied from interface: HostnameProvider
      Provides a String that identifies the host of the given Process Engine.
      Specified by:
      getHostname in interface HostnameProvider
      Parameters:
      processEngineConfiguration - of the Process Engine that will run on the current host
      Returns:
      a String identifying the current host
    • createId

      public static final String createId(String ip, String engineName)