@Component
public class MachineServiceHolder
extends java.lang.Object
| Constructor and Description |
|---|
MachineServiceHolder() |
| Modifier and Type | Method and Description |
|---|---|
com.freedomoss.requester.service.automation.IAutomationMetaModelService |
getAutomationMetaModelService() |
com.freedomoss.requester.service.datastore.IExternalDataStoreService |
getDataStoreService() |
com.freedomoss.requester.service.event.IEventTrackingService |
getEventTrackingService() |
com.freedomoss.requester.service.task.IHitService |
getHitService() |
com.freedomoss.requester.service.usecase.IMachineConfigService |
getMachineConfigService() |
com.freedomoss.requester.service.run.IRunService |
getRunService() |
com.freedomoss.requester.service.automation.ITableauService |
getTableauService() |
public com.freedomoss.requester.service.usecase.IMachineConfigService getMachineConfigService()
public com.freedomoss.requester.service.automation.IAutomationMetaModelService getAutomationMetaModelService()
public com.freedomoss.requester.service.automation.ITableauService getTableauService()
public com.freedomoss.requester.service.task.IHitService getHitService()
public com.freedomoss.requester.service.run.IRunService getRunService()
public com.freedomoss.requester.service.datastore.IExternalDataStoreService getDataStoreService()
public com.freedomoss.requester.service.event.IEventTrackingService getEventTrackingService()