Class SimpleIpBasedProvider
java.lang.Object
org.camunda.bpm.engine.impl.history.event.SimpleIpBasedProvider
- All Implemented Interfaces:
- HostnameProvider
- Author:
- Thorben Lindhauer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic final StringgetHostname(ProcessEngineConfigurationImpl processEngineConfiguration) Provides aStringthat identifies the host of the given Process Engine.
- 
Constructor Details- 
SimpleIpBasedProviderpublic SimpleIpBasedProvider()
 
- 
- 
Method Details- 
getHostnameDescription copied from interface:HostnameProviderProvides aStringthat identifies the host of the given Process Engine.- Specified by:
- getHostnamein interface- HostnameProvider
- Parameters:
- processEngineConfiguration- of the Process Engine that will run on the current host
- Returns:
- a String identifying the current host
 
- 
createId
 
-