org.drools.semantics.annotation.spring
Class SpringAnnotationRuleFactory
java.lang.Object
org.drools.semantics.annotation.spring.SpringAnnotationRuleFactory
public class SpringAnnotationRuleFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringAnnotationRuleFactory
public SpringAnnotationRuleFactory()
setName
public void setName(String name)
setSalience
public void setSalience(Integer salience)
setNoLoop
public void setNoLoop(Boolean noloop)
setDocumentation
public void setDocumentation(String documentation)
setPojo
public void setPojo(Object pojo)
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Throws:
Exception
getObject
public Object getObject()
throws Exception
- Throws:
Exception
getObjectType
public Class getObjectType()
isSingleton
public boolean isSingleton()
Copyright © 2001-2005 The Codehaus. All Rights Reserved.