public class DataBridgeDS extends Object
| Constructor and Description |
|---|
DataBridgeDS() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext context)
initialize the agent server here.
|
protected void |
deactivate(org.osgi.service.component.ComponentContext context) |
protected void |
setAuthenticationService(org.wso2.carbon.identity.authentication.AuthenticationService authenticationService) |
protected void |
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) |
protected void |
setEventStreamStoreService(AbstractStreamDefinitionStore abstractStreamDefinitionStore) |
protected void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
unsetAuthenticationService(org.wso2.carbon.identity.authentication.AuthenticationService authenticationService) |
protected void |
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) |
protected void |
unsetEventStreamStoreService(AbstractStreamDefinitionStore abstractStreamDefinitionStore) |
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void activate(org.osgi.service.component.ComponentContext context)
context - protected void deactivate(org.osgi.service.component.ComponentContext context)
protected void setAuthenticationService(org.wso2.carbon.identity.authentication.AuthenticationService authenticationService)
protected void unsetAuthenticationService(org.wso2.carbon.identity.authentication.AuthenticationService authenticationService)
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void setEventStreamStoreService(AbstractStreamDefinitionStore abstractStreamDefinitionStore)
protected void unsetEventStreamStoreService(AbstractStreamDefinitionStore abstractStreamDefinitionStore)
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
Copyright © 2015 WSO2. All rights reserved.