Package fish.payara.notification.jms
Interface JmsNotifierConfiguration
-
- All Superinterfaces:
ConfigBeanProxy,PayaraNotifierConfiguration
public interface JmsNotifierConfiguration extends PayaraNotifierConfiguration
- Author:
- mertcaliskan
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
-
Field Summary
-
Fields inherited from interface fish.payara.internal.notification.PayaraNotifierConfiguration
DEFAULT_ENABLED_VALUE, DEFAULT_NOISY_VALUE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConnectionFactoryName()StringgetContextFactoryClass()StringgetPassword()StringgetQueueName()StringgetUrl()StringgetUsername()voidsetConnectionFactoryName(String value)voidsetContextFactoryClass(String value)voidsetPassword(String value)voidsetQueueName(String value)voidsetUrl(String value)voidsetUsername(String value)-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Methods inherited from interface fish.payara.internal.notification.PayaraNotifierConfiguration
enabled, getEnabled, getNoisy, noisy
-
-
-
-
Method Detail
-
getContextFactoryClass
String getContextFactoryClass()
-
setContextFactoryClass
void setContextFactoryClass(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getConnectionFactoryName
String getConnectionFactoryName()
-
setConnectionFactoryName
void setConnectionFactoryName(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getQueueName
String getQueueName()
-
setQueueName
void setQueueName(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getUrl
String getUrl()
-
setUrl
void setUrl(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getUsername
String getUsername()
-
setUsername
void setUsername(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getPassword
String getPassword()
-
setPassword
void setPassword(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
-