| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.conf.ConsequenceExceptionHandlerOption
public class ConsequenceExceptionHandlerOption
A class for the consequence exception handler configuration configuration.
| Field Summary | |
|---|---|
| static String | PROPERTY_NAMEThe property name for consequence exception handler configuration | 
| Method Summary | |
|---|---|
|  boolean | equals(Object obj) | 
| static ConsequenceExceptionHandlerOption | get(Class<? extends ConsequenceExceptionHandler> handler)This is a factory method for this ConsequenceExceptionHandler configuration. | 
|  Class<? extends ConsequenceExceptionHandler> | getHandler()Returns the consequence exception handler instance | 
|  String | getPropertyName()Returns the property name for this option | 
|  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 ConsequenceExceptionHandler> handler)
handler - the actual consequence exception handler class to be used
public String getPropertyName()
getPropertyName in interface Optionpublic Class<? extends ConsequenceExceptionHandler> getHandler()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||