Spring.Messaging.Amqp.Rabbit
SingleConnectionFactory Class Members
See Also  Properties  Methods  Send Feedback
Spring.Messaging.Amqp.Rabbit.Connection Namespace : SingleConnectionFactory Class


The following tables list the members exposed by SingleConnectionFactory.

Public Constructors

 NameDescription
Public ConstructorSingleConnectionFactory ConstructorOverloaded.  Initializes a new instance of the CachingConnectionFactory class.  
Top

Public Properties

 NameDescription
Public PropertyHostName  
Public PropertyRabbitConnectionFactory  
Public PropertyVirtualHost  
Top

Public Methods

 NameDescription
Public MethodAfterPropertiesSet  
Public MethodCreateConnection  
Public MethodDispose Close the underlying shared connection.  
Public MethodGetChannel  
Public MethodInitConnection Initialize the underlying shared Connection. Closes and reinitializes the Connection if an underlying Connection is present already.  
Public MethodResetConnection  
Public MethodToStringOverridden.   
Top

Protected Methods

 NameDescription
Protected MethodCloseConnection Closes the given connection.  
Protected MethodCreateChannel  
Protected MethodDoCreateConnection  
Protected MethodGetSharedConnection Wrap the given Connection with a proxy that delegates every method call to it but suppresses close calls. This is useful for allowing application code to handle a special framework Connection just like an ordinary Connection from a ConnectionFactory.  
Protected MethodPrepareConnection  
Top

See Also

© 2010 All Rights Reserved.