Interface TranslationStudioServiceModule
- All Superinterfaces:
IServiceModuleState,Runnable
- All Known Subinterfaces:
IHealthMonitorModule,IHibernateConnectionValidator,IInTranslationMonitorModule,ILicenseValidatorModule,ISequentialTranslationProcessorModule
- All Known Implementing Classes:
TranslationStudioModule
Common Interface for all Services to be managed by the ServiceManager.
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescription@NotNull String@NotNull StringService NamevoidShutdown ServicevoidsetProperties(@NotNull Properties pProperties) Receive potential property configurationMethods inherited from interface com.idmedia.translationstudio.api.services.IServiceModuleState
getHealthInformation, getServiceThreadId, getServiceThreadState, getSleepingSince, getSleepIntervalInMilliseconds, getTimeLastWorkingFinished, getTimeLastWorkingStarted
-
Method Details
-
getElapsedTimeAsString
-
getThreadName
Service Name- Specified by:
getThreadNamein interfaceIServiceModuleState- Returns:
-
sendShutdown
void sendShutdown()Shutdown Service -
setProperties
Receive potential property configuration- Parameters:
pProperties-
-