org.wso2.carbon.rule.kernel.internal.ds
Class RuleValueHolder

java.lang.Object
  extended by org.wso2.carbon.rule.kernel.internal.ds.RuleValueHolder

public class RuleValueHolder
extends Object


Constructor Summary
RuleValueHolder()
           
 
Method Summary
 void addSubscription(org.wso2.carbon.event.core.subscription.Subscription subscription)
           
 org.wso2.carbon.event.core.EventBroker getEventBroker()
           
static RuleValueHolder getInstance()
           
 RuleEngineConfigService getRuleEngineConfigService()
           
 RuleEngineProvider getRuleEngineProvider()
           
 void registerEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker)
           
 void registerRuleEngineConfigService(RuleEngineConfigService ruleEngineConfigService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleValueHolder

public RuleValueHolder()
Method Detail

getInstance

public static RuleValueHolder getInstance()

registerRuleEngineConfigService

public void registerRuleEngineConfigService(RuleEngineConfigService ruleEngineConfigService)

getRuleEngineConfigService

public RuleEngineConfigService getRuleEngineConfigService()

getRuleEngineProvider

public RuleEngineProvider getRuleEngineProvider()

registerEventBroker

public void registerEventBroker(org.wso2.carbon.event.core.EventBroker eventBroker)
                         throws org.wso2.carbon.rule.common.exception.RuleConfigurationException
Throws:
org.wso2.carbon.rule.common.exception.RuleConfigurationException

getEventBroker

public org.wso2.carbon.event.core.EventBroker getEventBroker()

addSubscription

public void addSubscription(org.wso2.carbon.event.core.subscription.Subscription subscription)
                     throws org.wso2.carbon.rule.common.exception.RuleConfigurationException
Throws:
org.wso2.carbon.rule.common.exception.RuleConfigurationException


Copyright © 2015 WSO2. All rights reserved.