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


The following tables list the members exposed by CachingConnectionFactory.

Public Constructors

 NameDescription
Public ConstructorCachingConnectionFactory ConstructorOverloaded.  Initializes a new instance of the Object class.  
Top

Public Properties

Public Methods

 NameDescription
Public MethodAfterPropertiesSet (Inherited from SingleConnectionFactory)
Public MethodCreateConnection (Inherited from SingleConnectionFactory)
Public MethodDispose Close the underlying shared connection. (Inherited from SingleConnectionFactory)
Public MethodGetChannelOverridden.   
Public MethodInitConnection Initialize the underlying shared Connection. Closes and reinitializes the Connection if an underlying Connection is present already. (Inherited from SingleConnectionFactory)
Public MethodResetConnectionOverridden.   
Public MethodToString (Inherited from SingleConnectionFactory)
Top

Protected Methods

 NameDescription
Protected MethodCloseConnection Closes the given connection. (Inherited from SingleConnectionFactory)
Protected MethodCreateChannel (Inherited from SingleConnectionFactory)
Protected MethodDoCreateConnection (Inherited from SingleConnectionFactory)
Protected MethodGetCachedModelWrapper Wraps the given Model so that it delegates every method call to the target model but adapts close calls. This is useful for allowing application code to handle a special framework Model just like an ordinary Model.  
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. (Inherited from SingleConnectionFactory)
Protected MethodPrepareConnection (Inherited from SingleConnectionFactory)
Top

See Also

© 2010 All Rights Reserved.