Interface HostnameProvider
-
- All Known Implementing Classes:
SimpleIpBasedProvider
public interface HostnameProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHostname(ProcessEngineConfigurationImpl processEngineConfiguration)
Provides aString
that identifies the host of the given Process Engine.
-
-
-
Method Detail
-
getHostname
String getHostname(ProcessEngineConfigurationImpl processEngineConfiguration)
Provides aString
that identifies the host of the given Process Engine.- Parameters:
processEngineConfiguration
- of the Process Engine that will run on the current host- Returns:
- a String identifying the current host
-
-