Interface TranslationStudioServiceModule

All Superinterfaces:
IServiceModuleState, Runnable
All Known Subinterfaces:
IHealthMonitorModule, IHibernateConnectionValidator, IInTranslationMonitorModule, ILicenseValidatorModule, ISequentialTranslationProcessorModule
All Known Implementing Classes:
TranslationStudioModule

public interface TranslationStudioServiceModule extends Runnable, IServiceModuleState
Common Interface for all Services to be managed by the ServiceManager.
Author:
I-D Media AG
  • Method Details

    • getElapsedTimeAsString

      @NotNull @NotNull String getElapsedTimeAsString()
    • getThreadName

      @NotNull @NotNull String getThreadName()
      Service Name
      Specified by:
      getThreadName in interface IServiceModuleState
      Returns:
    • sendShutdown

      void sendShutdown()
      Shutdown Service
    • setProperties

      void setProperties(@NotNull @NotNull Properties pProperties)
      Receive potential property configuration
      Parameters:
      pProperties -