|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagedConnectionFactoryImpl | |
---|---|
org.objectweb.joram.client.connector |
Uses of ManagedConnectionFactoryImpl in org.objectweb.joram.client.connector |
---|
Subclasses of ManagedConnectionFactoryImpl in org.objectweb.joram.client.connector | |
---|---|
class |
ManagedQueueConnectionFactoryImpl
A ManagedQueueConnectionFactoryImpl instance manages
PTP outbound connectivity to a given JORAM server. |
class |
ManagedTopicConnectionFactoryImpl
A ManagedTopicConnectionFactoryImpl instance manages
PubSub outbound connectivity to a given JORAM server. |
Fields in org.objectweb.joram.client.connector declared as ManagedConnectionFactoryImpl | |
---|---|
protected ManagedConnectionFactoryImpl |
OutboundConnectionFactory.mcf
Central manager for outbound connectivity. |
Methods in org.objectweb.joram.client.connector with parameters of type ManagedConnectionFactoryImpl | |
---|---|
private void |
DefaultConnectionManager.setFactoryParameters(AbstractConnectionFactory factory,
ManagedConnectionFactoryImpl mcf)
|
Constructors in org.objectweb.joram.client.connector with parameters of type ManagedConnectionFactoryImpl | |
---|---|
OutboundConnectionFactory(ManagedConnectionFactoryImpl mcf,
javax.resource.spi.ConnectionManager cxManager)
Constructs an OutboundConnectionFactory instance. |
|
OutboundQueueConnectionFactory(ManagedConnectionFactoryImpl mcf,
javax.resource.spi.ConnectionManager cxManager)
Constructs an OutboundQueueConnectionFactory instance. |
|
OutboundTopicConnectionFactory(ManagedConnectionFactoryImpl mcf,
javax.resource.spi.ConnectionManager cxManager)
Constructs an OutboundTopicConnectionFactory instance. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |