Package org.openl.rules.runtime
Class AOpenLRulesEngineFactory
- java.lang.Object
-
- org.openl.runtime.AEngineFactory
-
- org.openl.runtime.AOpenLEngineFactory
-
- org.openl.rules.runtime.AOpenLRulesEngineFactory
-
public abstract class AOpenLRulesEngineFactory extends AOpenLEngineFactory
-
-
Field Summary
-
Fields inherited from class org.openl.runtime.AOpenLEngineFactory
DEFAULT_USER_HOME, runtimeEnvBuilder
-
-
Constructor Summary
Constructors Constructor Description AOpenLRulesEngineFactory(String openlName)AOpenLRulesEngineFactory(String openlName, String userHome)AOpenLRulesEngineFactory(String openlName, IUserContext userContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IRuntimeEnvBuildergetRuntimeEnvBuilder()protected Class<?>[]prepareInstanceInterfaces()protected IOpenLMethodHandlerprepareMethodHandler(Object openClassInstance, Map<Method,IOpenMember> methodMap, IRuntimeEnv runtimeEnv)-
Methods inherited from class org.openl.runtime.AOpenLEngineFactory
getOpenL, getOpenlName, getUserContext, getUserHome, setOpenlName
-
Methods inherited from class org.openl.runtime.AEngineFactory
getCompiledOpenClass, newInstance, newInstance, newInstance, newInstance, prepareInstance, prepareMethodMap, prepareProxyInstance, validateReturnType
-
-
-
-
Constructor Detail
-
AOpenLRulesEngineFactory
public AOpenLRulesEngineFactory(String openlName, IUserContext userContext)
-
AOpenLRulesEngineFactory
public AOpenLRulesEngineFactory(String openlName)
-
-
Method Detail
-
getRuntimeEnvBuilder
protected IRuntimeEnvBuilder getRuntimeEnvBuilder()
- Overrides:
getRuntimeEnvBuilderin classAOpenLEngineFactory
-
prepareInstanceInterfaces
protected Class<?>[] prepareInstanceInterfaces()
- Overrides:
prepareInstanceInterfacesin classAOpenLEngineFactory
-
prepareMethodHandler
protected final IOpenLMethodHandler prepareMethodHandler(Object openClassInstance, Map<Method,IOpenMember> methodMap, IRuntimeEnv runtimeEnv)
- Overrides:
prepareMethodHandlerin classAOpenLEngineFactory
-
-