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

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


Constructor Summary
ServiceNegotiatorInitializingBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 void close()
           
 void destroy()
           
 void finalize()
           
 void setDestinationEnvPath(String destinationEnvPath)
           
 void setFactoryEnvPath(String factoryEnvPath)
           
 void setJavaEnvironmentPool(ConnectionPool javaEnvironmentPool)
           
 void setJmsCredentials(String jmsCredentials)
           
 void setJmsUser(String jmsUser)
           
 void setServiceEndpointList(List<ServiceEndpoint> serviceEndpointList)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceNegotiatorInitializingBean

public ServiceNegotiatorInitializingBean()
Method Detail

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.