org.wso2.carbon.dataservices.task
Class DSTask

java.lang.Object
  extended by org.wso2.carbon.ntask.core.AbstractTask
      extended by org.wso2.carbon.ntask.solutions.webservice.WebServiceCallTask
          extended by org.wso2.carbon.dataservices.task.DSTask
All Implemented Interfaces:
org.wso2.carbon.ntask.core.Task

public class DSTask
extends org.wso2.carbon.ntask.solutions.webservice.WebServiceCallTask

This class represents the data services scheduled tasks functionality.


Field Summary
 
Fields inherited from class org.wso2.carbon.ntask.solutions.webservice.WebServiceCallTask
SERVICE_ACTION, SERVICE_MEP, SERVICE_MEP_IN_ONLY, SERVICE_MEP_IN_OUT, SERVICE_PAYLOAD_HANDLER_CLASS, SERVICE_TARGET_EPR
 
Constructor Summary
DSTask()
           
 
Method Summary
 void execute()
           
 void init()
           
 boolean isServiceInit()
           
 
Methods inherited from class org.wso2.carbon.ntask.solutions.webservice.WebServiceCallTask
getServiceAction, getServiceClient, getServiceMEP, getServicePayloadHandler, getServiceURL, getTaskCount
 
Methods inherited from class org.wso2.carbon.ntask.core.AbstractTask
getProperties, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSTask

public DSTask()
Method Detail

isServiceInit

public boolean isServiceInit()

init

public void init()
Specified by:
init in interface org.wso2.carbon.ntask.core.Task
Overrides:
init in class org.wso2.carbon.ntask.solutions.webservice.WebServiceCallTask

execute

public void execute()
Specified by:
execute in interface org.wso2.carbon.ntask.core.Task
Overrides:
execute in class org.wso2.carbon.ntask.solutions.webservice.WebServiceCallTask


Copyright © 2015 WSO2. All rights reserved.