Modifier and Type | Method and Description |
---|---|
Rule |
RuleManager.getMatchingRule(RuleKey keyFromReq) |
Rule |
RuleManager.getRuleByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<Rule> |
RuleManager.getRules() |
Collection<Rule> |
Proxies.getRules() |
Modifier and Type | Method and Description |
---|---|
void |
RuleManager.addProxyIfNew(Rule rule) |
void |
RuleManager.removeRule(Rule rule) |
void |
RuleManager.ruleChanged(Rule rule) |
void |
RuleManager.ruleDown(Rule rule) |
void |
RuleManager.ruleUp(Rule rule) |
Modifier and Type | Method and Description |
---|---|
void |
Proxies.setRules(Collection<Rule> rules) |
Modifier and Type | Field and Description |
---|---|
protected Rule |
AbstractExchange.rule |
Modifier and Type | Method and Description |
---|---|
Rule |
AbstractExchange.getRule() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractExchange.setRule(Rule rule) |
Modifier and Type | Method and Description |
---|---|
void |
ForgetfulExchangeStore.notifyListenersOnExchangeAdd(Rule rule,
AbstractExchange exchange) |
void |
ExchangeStore.notifyListenersOnExchangeAdd(Rule rule,
AbstractExchange exchange) |
void |
AbstractExchangeStore.notifyListenersOnExchangeAdd(Rule rule,
AbstractExchange exchange) |
void |
ForgetfulExchangeStore.notifyListenersOnRuleAdd(Rule rule) |
void |
ForgetfulExchangeStore.notifyListenersOnRuleRemoval(Rule rule,
int rulesLeft) |
void |
MemoryExchangeStore.removeAllExchanges(Rule rule) |
void |
ForgetfulExchangeStore.removeAllExchanges(Rule rule) |
void |
FileExchangeStore.removeAllExchanges(Rule rule) |
void |
ExchangeStore.removeAllExchanges(Rule rule) |
Modifier and Type | Method and Description |
---|---|
static Rule |
RuleUtil.findRuleByIdentifier(Router router,
String name) |
Modifier and Type | Method and Description |
---|---|
static String |
RuleUtil.getRuleIdentifier(Rule rule) |
Modifier and Type | Method and Description |
---|---|
void |
IExchangesStoreListener.addExchange(Rule rule,
AbstractExchange exchange) |
void |
IExchangesStoreListener.removeExchanges(Rule parent,
AbstractExchange[] exchanges) |
void |
IRuleChangeListener.ruleAdded(Rule rule) |
void |
IRuleChangeListener.ruleRemoved(Rule rule,
int rulesLeft) |
void |
IRuleChangeListener.ruleUpdated(Rule rule) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProxy |
class |
NullRule |
class |
ProxyRule |
class |
ServiceProxy |
Modifier and Type | Method and Description |
---|---|
Rule |
Rule.getDeepCopy() |
Rule |
AbstractProxy.getDeepCopy() |
Copyright © 2012. All Rights Reserved.