org.smallmind.cloud.service.messaging.spring
Class ServiceDispatcherInitializingBean
java.lang.Object
org.smallmind.cloud.service.messaging.spring.ServiceDispatcherInitializingBean
- All Implemented Interfaces:
- org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
public class ServiceDispatcherInitializingBean
- extends Object
- implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
ServiceDispatcherInitializingBean
public ServiceDispatcherInitializingBean()
getMessagingTransmitter
public static MessagingTransmitter getMessagingTransmitter(String serviceSelector)
setJmsUser
public void setJmsUser(String jmsUser)
setJmsCredentials
public void setJmsCredentials(String jmsCredentials)
setJavaEnvironmentPool
public void setJavaEnvironmentPool(ConnectionPool javaEnvironmentPool)
setDestinationEnvPath
public void setDestinationEnvPath(String destinationEnvPath)
setFactoryEnvPath
public void setFactoryEnvPath(String factoryEnvPath)
setTransmissionPoolSize
public void setTransmissionPoolSize(int transmissionPoolSize)
setServiceSelectorList
public void setServiceSelectorList(List<String> serviceSelectorList)
afterPropertiesSet
public void afterPropertiesSet()
throws NoSuchMethodException,
NamingException,
javax.jms.JMSException,
ConnectionPoolException
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
NoSuchMethodException
NamingException
javax.jms.JMSException
ConnectionPoolException
close
public void close()
destroy
public void destroy()
- Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
finalize
public void finalize()
- Overrides:
finalize in class Object
Copyright © 2011. All Rights Reserved.