org.kie.spring.factorybeans
Class KContainerFactoryBean
java.lang.Object
org.kie.spring.factorybeans.KContainerFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class KContainerFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KContainerFactoryBean
public KContainerFactoryBean()
getReleaseId
public org.kie.api.builder.ReleaseId getReleaseId()
setReleaseId
public void setReleaseId(org.kie.api.builder.ReleaseId releaseId)
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class<? extends org.kie.api.runtime.KieContainer> getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.