|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoranjestad.commons.beanutils.messaging.GenericMessageDispatchingOptions
public class GenericMessageDispatchingOptions
Options that apply to how messages are dispatched. These options only apply if the registered listener is a proxy and not an actual instance of the expected interface.
This class can be passed into the various BeanMessagingIntrospector.addListener(...)
methods.
The current options are as follows:
| Field Summary | |
|---|---|
boolean |
failSilent
|
| Constructor Summary | |
|---|---|
GenericMessageDispatchingOptions()
Constructs options with default values. |
|
GenericMessageDispatchingOptions(boolean theFailSilent)
Constructor for fulling specifying all options. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean failSilent
| Constructor Detail |
|---|
public GenericMessageDispatchingOptions()
public GenericMessageDispatchingOptions(boolean theFailSilent)
theFailSilent - The fail silent flag.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||