Uses of Class
org.objectweb.joram.client.connector.ManagedConnectionImpl
-
Packages that use ManagedConnectionImpl Package Description org.objectweb.joram.client.connector -
-
Uses of ManagedConnectionImpl in org.objectweb.joram.client.connector
Fields in org.objectweb.joram.client.connector declared as ManagedConnectionImpl Modifier and Type Field Description (package private) ManagedConnectionImplOutboundConnection. managedCxThe managed connection this "handle" belongs to.Fields in org.objectweb.joram.client.connector with type parameters of type ManagedConnectionImpl Modifier and Type Field Description private Vector<ManagedConnectionImpl>JoramResourceAdapter. producersVector holding theManagedConnectionImplinstances for managed outbound messaging.Methods in org.objectweb.joram.client.connector that return types with arguments of type ManagedConnectionImpl Modifier and Type Method Description Set<ManagedConnectionImpl>ManagedConnectionFactoryImpl. getInvalidConnections(Set connectionSet)From a set of managed connections, returns the set of invalid ones.Methods in org.objectweb.joram.client.connector with parameters of type ManagedConnectionImpl Modifier and Type Method Description (package private) voidJoramResourceAdapter. addProducer(ManagedConnectionImpl managedCx)Adds a given managed connection to the list of producers.(package private) voidJoramResourceAdapter. removeProducer(ManagedConnectionImpl managedCx)Removes a given managed connection from the list of producers.Constructors in org.objectweb.joram.client.connector with parameters of type ManagedConnectionImpl Constructor Description OutboundConnection(ManagedConnectionImpl managedCx, XAConnection xac)Constructs anOutboundConnectioninstance.OutboundQueueConnection(ManagedConnectionImpl managedCx, XAQueueConnection xac)Constructs anOutboundQueueConnectioninstance.OutboundTopicConnection(ManagedConnectionImpl managedCx, XATopicConnection xac)Constructs anOutboundTopicConnectioninstance.
-