Class QueueMaintainConnector
java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.service.data.connector.maintain.QueueMaintainConnector
- All Implemented Interfaces:
MaintainConnector
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
QueueQueryConnector Class
Connection class between QueryLauncher and EnumBuilder
- Author:
- Pablo GARCIA 25-07-2017
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends MaintainQuery>
ServiceDatalaunch
(T query, DatabaseConnection connection, com.fasterxml.jackson.databind.node.ObjectNode parameters) Launches a maintainMethods inherited from class com.almis.awe.config.ServiceConfig
containsBean, getApplicationContext, getBean, getBean, getElements, getLocale, getLocale, getProperty, getProperty, getRequest, getSession, setApplicationContext
-
Constructor Details
-
QueueMaintainConnector
public QueueMaintainConnector()
-
-
Method Details
-
launch
public <T extends MaintainQuery> ServiceData launch(T query, DatabaseConnection connection, com.fasterxml.jackson.databind.node.ObjectNode parameters) throws AWException Description copied from interface:MaintainConnector
Launches a maintain- Specified by:
launch
in interfaceMaintainConnector
- Parameters:
query
- Query to launchconnection
- Connection- Returns:
- Service data with execution info
- Throws:
AWException
- Error launching maintain
-