public class JmsConfiguration extends java.lang.Object implements JmsConfigurationMBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_FILE |
| Constructor and Description |
|---|
JmsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAuthenticationService() |
java.lang.String |
getAuthenticationServiceName() |
java.lang.String |
getComponentName() |
javax.jms.ConnectionFactory |
getConnectionFactory() |
java.lang.String |
getJndiConnectionFactoryName() |
java.lang.String |
getJndiInitialContextFactory() |
java.lang.String |
getJndiProviderUrl() |
java.lang.Object |
getKeystoreManager() |
java.lang.String |
getKeystoreManagerName() |
java.lang.String |
getPassword() |
java.lang.String |
getProcessorName() |
java.lang.String |
getRootDir() |
java.lang.String |
getUserName() |
boolean |
load() |
void |
save() |
void |
setAuthenticationService(java.lang.Object authenticationService) |
void |
setAuthenticationServiceName(java.lang.String authenticationServiceName) |
void |
setComponentName(java.lang.String componentName) |
void |
setConnectionFactory(javax.jms.ConnectionFactory connectionFactory)
Default
ConnectionFactory to use in a spring configuration. |
void |
setJndiConnectionFactoryName(java.lang.String jndiName)
Specifies the JNDI name used to look up the JMS connection factory.
|
void |
setJndiInitialContextFactory(java.lang.String jndiInitialContextFactory)
Specifies the default JNDI initial conext factory.
|
void |
setJndiProviderUrl(java.lang.String jndiProviderUrl)
Specifies the default JNDI provider URL.
|
void |
setKeystoreManager(java.lang.Object keystoreManager) |
void |
setKeystoreManagerName(java.lang.String keystoreManagerName) |
void |
setPassword(java.lang.String password)
Specifies the password used to to create a connection.
|
void |
setProcessorName(java.lang.String processorName) |
protected void |
setProperty(java.lang.String name,
java.lang.String value) |
void |
setRootDir(java.lang.String rootDir) |
void |
setUserName(java.lang.String userName)
Specifies the user name used to create a connection.
|
public static final java.lang.String CONFIG_FILE
public java.lang.String getRootDir()
public void setRootDir(java.lang.String rootDir)
rootDir - The rootDir to set.public java.lang.String getComponentName()
public void setComponentName(java.lang.String componentName)
componentName - The componentName to set.public java.lang.Object getAuthenticationService()
public void setAuthenticationService(java.lang.Object authenticationService)
authenticationService - the authenticationService to setpublic java.lang.String getAuthenticationServiceName()
getAuthenticationServiceName in interface JmsConfigurationMBeanpublic void setAuthenticationServiceName(java.lang.String authenticationServiceName)
setAuthenticationServiceName in interface JmsConfigurationMBeanauthenticationServiceName - the authenticationServiceName to setpublic java.lang.Object getKeystoreManager()
public void setKeystoreManager(java.lang.Object keystoreManager)
keystoreManager - the keystoreManager to setpublic java.lang.String getKeystoreManagerName()
getKeystoreManagerName in interface JmsConfigurationMBeanpublic void setKeystoreManagerName(java.lang.String keystoreManagerName)
setKeystoreManagerName in interface JmsConfigurationMBeankeystoreManagerName - the keystoreManagerName to setpublic java.lang.String getPassword()
getPassword in interface JmsConfigurationMBeanpublic void setPassword(java.lang.String password)
setPassword in interface JmsConfigurationMBeanpassword - The password to set.public java.lang.String getUserName()
getUserName in interface JmsConfigurationMBeanpublic void setUserName(java.lang.String userName)
setUserName in interface JmsConfigurationMBeanuserName - The userName to set.public java.lang.String getJndiConnectionFactoryName()
getJndiConnectionFactoryName in interface JmsConfigurationMBeanpublic void setJndiConnectionFactoryName(java.lang.String jndiName)
setJndiConnectionFactoryName in interface JmsConfigurationMBeanjndiName - the connection factory's JNDI namepublic java.lang.String getJndiInitialContextFactory()
getJndiInitialContextFactory in interface JmsConfigurationMBeanpublic void setJndiInitialContextFactory(java.lang.String jndiInitialContextFactory)
setJndiInitialContextFactory in interface JmsConfigurationMBeanjndiInitialContextFactory - the JNDI initial context factorypublic java.lang.String getJndiProviderUrl()
getJndiProviderUrl in interface JmsConfigurationMBeanpublic void setJndiProviderUrl(java.lang.String jndiProviderUrl)
setJndiProviderUrl in interface JmsConfigurationMBeanjndiProviderUrl - URL of the JNDI providerpublic java.lang.String getProcessorName()
getProcessorName in interface JmsConfigurationMBeanpublic void setProcessorName(java.lang.String processorName)
setProcessorName in interface JmsConfigurationMBeanprocessorName - The processorName to set.public javax.jms.ConnectionFactory getConnectionFactory()
public void setConnectionFactory(javax.jms.ConnectionFactory connectionFactory)
ConnectionFactory to use in a spring configuration.connectionFactory - the default connection factorypublic void save()
protected void setProperty(java.lang.String name,
java.lang.String value)
public boolean load()
Copyright © 2005-2014 FuseSource. All Rights Reserved.