org.smallmind.cloud.service.messaging.spring
Class ServiceDispatcherInitializingBean

java.lang.Object
  extended by 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


Constructor Summary
ServiceDispatcherInitializingBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 void close()
           
 void destroy()
           
 void finalize()
           
static MessagingTransmitter getMessagingTransmitter(String serviceSelector)
           
 void setDestinationEnvPath(String destinationEnvPath)
           
 void setFactoryEnvPath(String factoryEnvPath)
           
 void setJavaEnvironmentPool(ConnectionPool javaEnvironmentPool)
           
 void setJmsCredentials(String jmsCredentials)
           
 void setJmsUser(String jmsUser)
           
 void setServiceSelectorList(List<String> serviceSelectorList)
           
 void setTransmissionPoolSize(int transmissionPoolSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDispatcherInitializingBean

public ServiceDispatcherInitializingBean()
Method Detail

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.