public interface JmsNotifierConfiguration extends NotifierConfiguration
| 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, getEnabledString 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 © 2017. All rights reserved.