public interface JmsNotifierConfiguration extends NotifierConfiguration
ConfigBeanProxy.Duck| 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, noisycreateChild, deepCopy, getParent, getParentString getContextFactoryClass()
void setContextFactoryClass(String value) throws PropertyVetoException
PropertyVetoExceptionString getConnectionFactoryName()
void setConnectionFactoryName(String value) throws PropertyVetoException
PropertyVetoExceptionString getQueueName()
void setQueueName(String value) throws PropertyVetoException
PropertyVetoExceptionString getUrl()
void setUrl(String value) throws PropertyVetoException
PropertyVetoExceptionString getUsername()
void setUsername(String value) throws PropertyVetoException
PropertyVetoExceptionString getPassword()
void setPassword(String value) throws PropertyVetoException
PropertyVetoExceptionCopyright © 2019. All rights reserved.