public class TasksDSComponent extends Object
Constructor and Description |
---|
TasksDSComponent() |
Modifier and Type | Method and 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 com.hazelcast.core.HazelcastInstance |
getHazelcastInstance() |
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) |
protected void activate(org.osgi.service.component.ComponentContext ctx)
public static void executeTask(Runnable runnable)
protected void deactivate(org.osgi.service.component.ComponentContext ctx)
public static TaskService getTaskService()
public static org.quartz.Scheduler getScheduler()
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
public static org.wso2.carbon.user.core.service.RealmService getRealmService()
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configCtxService)
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configCtxService)
public static org.wso2.carbon.utils.ConfigurationContextService getConfigurationContextService()
public static org.wso2.carbon.securevault.SecretCallbackHandlerService getSecretCallbackHandlerService()
protected void setSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService)
protected void unsetSecretCallbackHandlerService(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService)
public static com.hazelcast.core.HazelcastInstance getHazelcastInstance()
protected void setListenerManager(org.apache.axis2.engine.ListenerManager lm)
protected void unsetListenerManager(org.apache.axis2.engine.ListenerManager lm)
Copyright © 2019 WSO2. All rights reserved.