Kie Spring 6.0.0.Beta3

org.kie.spring.factorybeans
Class KModuleFactoryBean

java.lang.Object
  extended by 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.  
 
Constructor Summary
KModuleFactoryBean()
          Deprecated.  
 
Method Summary
 void afterPropertiesSet()
          Deprecated.  
 String getMode()
          Deprecated.  
 Object getObject()
          Deprecated.  
 Class<? extends org.kie.api.runtime.KieContainer> getObjectType()
          Deprecated.  
 boolean isSingleton()
          Deprecated.  
 void setMode(String mode)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beanManager

public static javax.enterprise.inject.spi.BeanManager beanManager
Deprecated. 
Constructor Detail

KModuleFactoryBean

public KModuleFactoryBean()
Deprecated. 
Method Detail

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

Kie Spring 6.0.0.Beta3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.