org.wso2.carbon.dataservices.task.internal
Class DSTaskServiceComponent

java.lang.Object
  extended by org.wso2.carbon.dataservices.task.internal.DSTaskServiceComponent

public class DSTaskServiceComponent
extends Object


Constructor Summary
DSTaskServiceComponent()
           
 
Method Summary
protected  void activate(org.osgi.service.component.ComponentContext ctxt)
           
protected  void deactivate(org.osgi.service.component.ComponentContext ctxt)
           
static org.wso2.carbon.ntask.core.service.TaskService getTaskService()
           
protected  void setTaskService(org.wso2.carbon.ntask.core.service.TaskService taskService)
           
protected  void unsetTaskService(org.wso2.carbon.ntask.core.service.TaskService taskService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSTaskServiceComponent

public DSTaskServiceComponent()
Method Detail

activate

protected void activate(org.osgi.service.component.ComponentContext ctxt)

deactivate

protected void deactivate(org.osgi.service.component.ComponentContext ctxt)

setTaskService

protected void setTaskService(org.wso2.carbon.ntask.core.service.TaskService taskService)

unsetTaskService

protected void unsetTaskService(org.wso2.carbon.ntask.core.service.TaskService taskService)

getTaskService

public static org.wso2.carbon.ntask.core.service.TaskService getTaskService()


Copyright © 2015 WSO2. All rights reserved.