org.kie.spring.factorybeans
Class KModuleFactoryBean
java.lang.Object
org.kie.spring.factorybeans.KModuleFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
Deprecated.
@Deprecated
public class KModuleFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
|
Field Summary |
static javax.enterprise.inject.spi.BeanManager |
beanManager
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
beanManager
public static javax.enterprise.inject.spi.BeanManager beanManager
- Deprecated.
KModuleFactoryBean
public KModuleFactoryBean()
- Deprecated.
getMode
public String getMode()
- Deprecated.
setMode
public void setMode(String mode)
- Deprecated.
getObject
public Object getObject()
throws Exception
- Deprecated.
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class<? extends org.kie.api.runtime.KieContainer> getObjectType()
- Deprecated.
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Deprecated.
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Deprecated.
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.