|
KIE Internal 6.0.0.Beta1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kie.internal.conf.ConsequenceExceptionHandlerOption
public class ConsequenceExceptionHandlerOption
A class for the consequence exception handler configuration configuration.
Field Summary | |
---|---|
static String |
PROPERTY_NAME
The property name for consequence exception handler configuration |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
static ConsequenceExceptionHandlerOption |
get(Class<? extends org.kie.api.runtime.rule.ConsequenceExceptionHandler> handler)
This is a factory method for this ConsequenceExceptionHandler configuration. |
Class<? extends org.kie.api.runtime.rule.ConsequenceExceptionHandler> |
getHandler()
Returns the consequence exception handler instance |
String |
getPropertyName()
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROPERTY_NAME
Method Detail |
---|
public static ConsequenceExceptionHandlerOption get(Class<? extends org.kie.api.runtime.rule.ConsequenceExceptionHandler> handler)
handler
- the actual consequence exception handler class to be used
public String getPropertyName()
getPropertyName
in interface org.kie.api.conf.Option
public Class<? extends org.kie.api.runtime.rule.ConsequenceExceptionHandler> getHandler()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
KIE Internal 6.0.0.Beta1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |