Interface PayaraNotifierConfiguration
-
- All Superinterfaces:
ConfigBeanProxy
- All Known Subinterfaces:
CDIEventbusNotifierConfiguration,EventbusNotifierConfiguration,JmsNotifierConfiguration,LogNotifierConfiguration
public interface PayaraNotifierConfiguration extends ConfigBeanProxy
A class used to configure notifiers from the domain.xml.- Author:
- mertcaliskan, Matthew Gill
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_ENABLED_VALUEstatic StringDEFAULT_NOISY_VALUE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidenabled(Boolean value)StringgetEnabled()StringgetNoisy()voidnoisy(Boolean value)-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Field Detail
-
DEFAULT_ENABLED_VALUE
static final String DEFAULT_ENABLED_VALUE
- See Also:
- Constant Field Values
-
DEFAULT_NOISY_VALUE
static final String DEFAULT_NOISY_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEnabled
String getEnabled()
-
enabled
void enabled(Boolean value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getNoisy
String getNoisy()
-
noisy
void noisy(Boolean value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
-