Uses of Class
org.objectweb.joram.client.connector.ManagedConnectionFactoryImpl
-
Packages that use ManagedConnectionFactoryImpl Package Description org.objectweb.joram.client.connector -
-
Uses of ManagedConnectionFactoryImpl in org.objectweb.joram.client.connector
Subclasses of ManagedConnectionFactoryImpl in org.objectweb.joram.client.connector Modifier and Type Class Description classManagedQueueConnectionFactoryImplAManagedQueueConnectionFactoryImplinstance manages PTP outbound connectivity to a given JORAM server.classManagedTopicConnectionFactoryImplAManagedTopicConnectionFactoryImplinstance manages PubSub outbound connectivity to a given JORAM server.Fields in org.objectweb.joram.client.connector declared as ManagedConnectionFactoryImpl Modifier and Type Field Description (package private) ManagedConnectionFactoryImplManagedConnectionImpl. mcfRef to the managed connection factory (use to reconnect)protected ManagedConnectionFactoryImplOutboundConnectionFactory. mcfCentral manager for outbound connectivity.Methods in org.objectweb.joram.client.connector with parameters of type ManagedConnectionFactoryImpl Modifier and Type Method Description voidJoramResourceAdapter. createCF(String name, ManagedConnectionFactoryImpl mcf)Creates a non managed connection factory and binds it to JNDI.voidJoramResourceAdapter. createQueueCF(String name, ManagedConnectionFactoryImpl mcf)Creates a non managed PTP connection factory and binds it to JNDI.voidJoramResourceAdapter. createTopicCF(String name, ManagedConnectionFactoryImpl mcf)Creates a non managed PubSub connection factory and binds it to JNDI.private voidDefaultConnectionManager. setFactoryParameters(AbstractConnectionFactory factory, ManagedConnectionFactoryImpl mcf)Constructors in org.objectweb.joram.client.connector with parameters of type ManagedConnectionFactoryImpl Constructor Description ManagedConnectionImpl(JoramResourceAdapter ra, ManagedConnectionFactoryImpl mcf, XAConnection cnx, String hostName, int serverPort, String userName)Creates aManagedConnectionImplinstance wrapping a physical connection to the underlying JORAM server.OutboundConnectionFactory(ManagedConnectionFactoryImpl mcf, ConnectionManager cxManager)Constructs anOutboundConnectionFactoryinstance.OutboundQueueConnectionFactory(ManagedConnectionFactoryImpl mcf, ConnectionManager cxManager)Constructs anOutboundQueueConnectionFactoryinstance.OutboundTopicConnectionFactory(ManagedConnectionFactoryImpl mcf, ConnectionManager cxManager)Constructs anOutboundTopicConnectionFactoryinstance.
-