Package | Description |
---|---|
com.predic8.membrane.core | |
com.predic8.membrane.core.exchangestore | |
com.predic8.membrane.core.rules |
Modifier and Type | Method and Description |
---|---|
boolean |
RuleManager.exists(RuleKey key) |
Rule |
RuleManager.getMatchingRule(RuleKey keyFromReq) |
Modifier and Type | Method and Description |
---|---|
AbstractExchange[] |
MemoryExchangeStore.getExchanges(RuleKey ruleKey) |
AbstractExchange[] |
ForgetfulExchangeStore.getExchanges(RuleKey ruleKey) |
AbstractExchange[] |
FileExchangeStore.getExchanges(RuleKey ruleKey) |
AbstractExchange[] |
ExchangeStore.getExchanges(RuleKey ruleKey) |
int |
MemoryExchangeStore.getNumberOfExchanges(RuleKey ruleKey) |
int |
ForgetfulExchangeStore.getNumberOfExchanges(RuleKey ruleKey) |
int |
FileExchangeStore.getNumberOfExchanges(RuleKey ruleKey) |
int |
ExchangeStore.getNumberOfExchanges(RuleKey ruleKey) |
StatisticCollector |
MemoryExchangeStore.getStatistics(RuleKey key) |
StatisticCollector |
ForgetfulExchangeStore.getStatistics(RuleKey ruleKey) |
StatisticCollector |
FileExchangeStore.getStatistics(RuleKey ruleKey) |
StatisticCollector |
ExchangeStore.getStatistics(RuleKey ruleKey) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRuleKey |
class |
ProxyRuleKey |
class |
ServiceProxyKey |
Modifier and Type | Field and Description |
---|---|
protected RuleKey |
AbstractProxy.key |
Modifier and Type | Method and Description |
---|---|
RuleKey |
Rule.getKey() |
RuleKey |
AbstractProxy.getKey() |
Modifier and Type | Method and Description |
---|---|
void |
Rule.setKey(RuleKey ruleKey) |
void |
AbstractProxy.setKey(RuleKey ruleKey) |
Constructor and Description |
---|
AbstractProxy(RuleKey ruleKey) |
Copyright © 2012. All Rights Reserved.