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