Package | Description |
---|---|
com.massa.mrules.extensions.spring | |
com.massa.mrules.inject | |
com.massa.mrules.session |
Modifier and Type | Method and Description |
---|---|
O |
AbstractMRuleSessionFactoryBean.getObject() |
Modifier and Type | Method and Description |
---|---|
static javax.rules.RuleSession |
MRulesInjector.createRuleSession(javax.enterprise.inject.spi.InjectionPoint ip)
Builds a session from CDI, stateless or stateful depending on parameter.
|
static javax.rules.StatefulRuleSession |
MRulesInjector.createStatefullRuleSession(javax.enterprise.inject.spi.InjectionPoint ip)
Builds a stateful session from CDI.
|
static javax.rules.StatelessRuleSession |
MRulesInjector.createStatelessRuleSession(javax.enterprise.inject.spi.InjectionPoint ip)
Builds a stateless session from CDI.
|
Modifier and Type | Method and Description |
---|---|
AbstractMRuleSession |
MRuleRuntime.createRuleSession(Map<String,String> parameters)
Real entry point for stateless sessions. uri is specified in parameters.RuleRunt
|
AbstractMRuleSession |
MRuleRuntime.createRuleSession(String uri,
Map parameters,
int ruleSessionType)
JSR94 entry point.
|
MStatefulRuleSession |
MRuleRuntime.createStatefulRuleSession(Map<String,String> parameters)
Real entry point for stateful sessions. uri is specified in parameters.
|
MStatelessRuleSession |
MRuleRuntime.createStatelessRuleSession(Map<String,String> parameters)
Real entry point for stateless sessions. uri is specified in parameters.
|