Class WSEventBrokerDS
- java.lang.Object
-
- org.wso2.carbon.event.ws.internal.WSEventBrokerDS
-
@Deprecated public class WSEventBrokerDS extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description WSEventBrokerDS()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidactivate(org.osgi.service.component.ComponentContext context)Deprecated.protected voidsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)Deprecated.protected voidsetEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker)Deprecated.protected voidunsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)Deprecated.protected voidunSetEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker)Deprecated.
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext context)
Deprecated.
-
setEventBroker
protected void setEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker)
Deprecated.
-
unSetEventBroker
protected void unSetEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker)
Deprecated.
-
setConfigurationContextService
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
Deprecated.
-
unsetConfigurationContextService
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
Deprecated.
-
-