public interface JmsNotifierConfiguration extends PayaraNotifierConfiguration
ConfigBeanProxy.Duck
DEFAULT_ENABLED_VALUE, DEFAULT_NOISY_VALUE
Modifier and Type | Method and Description |
---|---|
String |
getConnectionFactoryName() |
String |
getContextFactoryClass() |
String |
getPassword() |
String |
getQueueName() |
String |
getUrl() |
String |
getUsername() |
void |
setConnectionFactoryName(String value) |
void |
setContextFactoryClass(String value) |
void |
setPassword(String value) |
void |
setQueueName(String value) |
void |
setUrl(String value) |
void |
setUsername(String value) |
enabled, getEnabled, getNoisy, noisy
createChild, deepCopy, getParent, getParent
String getContextFactoryClass()
void setContextFactoryClass(String value) throws PropertyVetoException
PropertyVetoException
String getConnectionFactoryName()
void setConnectionFactoryName(String value) throws PropertyVetoException
PropertyVetoException
String getQueueName()
void setQueueName(String value) throws PropertyVetoException
PropertyVetoException
String getUrl()
void setUrl(String value) throws PropertyVetoException
PropertyVetoException
String getUsername()
void setUsername(String value) throws PropertyVetoException
PropertyVetoException
String getPassword()
void setPassword(String value) throws PropertyVetoException
PropertyVetoException
Copyright © 2021. All rights reserved.