|
Kie :: Spring 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kie.spring.factorybeans.RuntimeManagerFactoryBean
public class RuntimeManagerFactoryBean
FactoryBean responsible to create instances of RuntimeManager of given type based on provided
runtimeEnvironment (which is a mandatory property).
Supported types:
identifier is a mandatory property.
| Constructor Summary | |
|---|---|
RuntimeManagerFactoryBean()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
close()
|
String |
getIdentifier()
|
Object |
getObject()
|
Class<?> |
getObjectType()
|
org.kie.api.runtime.manager.RuntimeEnvironment |
getRuntimeEnvironment()
|
String |
getType()
|
boolean |
isSingleton()
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
|
void |
setIdentifier(String identifier)
|
void |
setRuntimeEnvironment(org.kie.api.runtime.manager.RuntimeEnvironment runtimeEnvironment)
|
void |
setType(String type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeManagerFactoryBean()
| Method Detail |
|---|
public Object getObject()
throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic org.kie.api.runtime.manager.RuntimeEnvironment getRuntimeEnvironment()
public void setRuntimeEnvironment(org.kie.api.runtime.manager.RuntimeEnvironment runtimeEnvironment)
public String getIdentifier()
public void setIdentifier(String identifier)
public String getType()
public void setType(String type)
public void close()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansException
|
Kie :: Spring 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||