Class TasksDSComponent
- java.lang.Object
-
- org.wso2.carbon.ntask.core.internal.TasksDSComponent
-
public class TasksDSComponent extends Object
This class represents the Tasks declarative service component.
-
-
Constructor Summary
Constructors Constructor Description TasksDSComponent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.osgi.service.component.ComponentContext ctx)
protected void
deactivate(org.osgi.service.component.ComponentContext ctx)
static void
executeTask(Runnable runnable)
static org.wso2.carbon.utils.ConfigurationContextService
getConfigurationContextService()
static org.wso2.carbon.user.core.service.RealmService
getRealmService()
static org.wso2.carbon.registry.core.service.RegistryService
getRegistryService()
static org.quartz.Scheduler
getScheduler()
static org.wso2.carbon.securevault.SecretCallbackHandlerService
getSecretCallbackHandlerService()
static TaskService
getTaskService()
protected void
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configCtxService)
protected void
setListenerManager(org.apache.axis2.engine.ListenerManager lm)
protected void
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void
setSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService)
protected void
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configCtxService)
protected void
unsetListenerManager(org.apache.axis2.engine.ListenerManager lm)
protected void
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void
unsetSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService)
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext ctx)
-
executeTask
public static void executeTask(Runnable runnable)
-
deactivate
protected void deactivate(org.osgi.service.component.ComponentContext ctx)
-
getTaskService
public static TaskService getTaskService()
-
getScheduler
public static org.quartz.Scheduler getScheduler()
-
setRegistryService
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
unsetRegistryService
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
getRegistryService
public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
-
setRealmService
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
-
unsetRealmService
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
-
getRealmService
public static org.wso2.carbon.user.core.service.RealmService getRealmService()
-
setConfigurationContextService
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configCtxService)
-
unsetConfigurationContextService
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configCtxService)
-
getConfigurationContextService
public static org.wso2.carbon.utils.ConfigurationContextService getConfigurationContextService()
-
getSecretCallbackHandlerService
public static org.wso2.carbon.securevault.SecretCallbackHandlerService getSecretCallbackHandlerService()
-
setSecretCallbackHandlerService
protected void setSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService)
-
unsetSecretCallbackHandlerService
protected void unsetSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService)
-
setListenerManager
protected void setListenerManager(org.apache.axis2.engine.ListenerManager lm)
-
unsetListenerManager
protected void unsetListenerManager(org.apache.axis2.engine.ListenerManager lm)
-
-