Uses of Class
com.sun.genericra.outbound.AbstractManagedConnectionFactory

Packages that use AbstractManagedConnectionFactory
com.sun.genericra.outbound   
 

Uses of AbstractManagedConnectionFactory in com.sun.genericra.outbound
 

Subclasses of AbstractManagedConnectionFactory in com.sun.genericra.outbound
 class ManagedJMSConnectionFactory
          ManagedConnectionFactory implementation for javax.jms.ConnectionFactory.
 class ManagedQueueConnectionFactory
          MCF for javax.jms.QueueConnectionFactory
 class ManagedTopicConnectionFactory
          MCF for javax.jms.TopicConnectionFactory
 

Constructors in com.sun.genericra.outbound with parameters of type AbstractManagedConnectionFactory
ManagedConnection(AbstractManagedConnectionFactory factory, javax.resource.spi.security.PasswordCredential pc, ConnectionRequestInfo info, javax.jms.Connection physicalCon)