org.smallmind.cloud.service.messaging.spring
Class ServiceNegotiatorInitializingBean
java.lang.Object
org.smallmind.cloud.service.messaging.spring.ServiceNegotiatorInitializingBean
- All Implemented Interfaces:
- org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
public class ServiceNegotiatorInitializingBean
- extends Object
- implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
ServiceNegotiatorInitializingBean
public ServiceNegotiatorInitializingBean()
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)
setServiceEndpointList
public void setServiceEndpointList(List<ServiceEndpoint> serviceEndpointList)
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.