engine, serviceName
Constructor and Description |
---|
PipelineService(Engine engine)
Create pipeline service instance.
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Wait for queued graph and process it, while service is running.
|
String |
getServiceStateInfo() |
void |
notifyAboutGraphForPipeline()
Signal pipeline about graph processing.
|
void |
shutdown()
Shutdown routine for overriding.
|
getServiceState, initialize, initiateShutdown, isRunnningAndDbInstancesAvailable, run
public PipelineService(Engine engine)
engine
- public void shutdown() throws Exception
Service
shutdown
in class Service
Exception
Service.shutdown()
public String getServiceStateInfo()
getServiceStateInfo
in class Service
Service.getServiceStateInfo()
public void notifyAboutGraphForPipeline()
public void execute()
execute
in class Service
Service.execute()
Copyright © 2013. All Rights Reserved.