Uses of Class
org.ow2.joram.jakarta.connector.OutboundConnection
-
Packages that use OutboundConnection Package Description org.ow2.joram.jakarta.connector -
-
Uses of OutboundConnection in org.ow2.joram.jakarta.connector
Subclasses of OutboundConnection in org.ow2.joram.jakarta.connector Modifier and Type Class Description classOutboundQueueConnectionAnOutboundQueueConnectioninstance is a handler for a physical PTP connection to an underlying JORAM server, allowing a component to transparently use this physical connection possibly within a transaction (local or global).classOutboundTopicConnectionAnOutboundTopicConnectioninstance is a handler for a physical PubSub connection to an underlying JORAM server, allowing a component to transparently use this physical connection possibly within a transaction (local or global).Fields in org.ow2.joram.jakarta.connector declared as OutboundConnection Modifier and Type Field Description protected OutboundConnectionOutboundSession. cnxTheOutboundConnectionthe session belongs to.Fields in org.ow2.joram.jakarta.connector with type parameters of type OutboundConnection Modifier and Type Field Description private Vector<OutboundConnection>ManagedConnectionImpl. handlesVector of connection handles.Methods in org.ow2.joram.jakarta.connector with parameters of type OutboundConnection Modifier and Type Method Description (package private) voidManagedConnectionImpl. closeHandle(OutboundConnection handle)Notifies of the closing of one of the connection handles.Constructors in org.ow2.joram.jakarta.connector with parameters of type OutboundConnection Constructor Description OutboundQueueSession(jakarta.jms.Session sess, OutboundConnection cnx)Constructs anOutboundQueueSessioninstance.OutboundQueueSession(jakarta.jms.Session sess, OutboundConnection cnx, boolean transacted)Constructs anOutboundQueueSessioninstance.OutboundSession(jakarta.jms.Session sess, OutboundConnection cnx)Constructs anOutboundSessioninstance.OutboundSession(jakarta.jms.Session sess, OutboundConnection cnx, boolean transacted)Constructs anOutboundSessioninstance.OutboundTopicSession(jakarta.jms.Session sess, OutboundConnection cnx)Constructs anOutboundTopicSessioninstance.OutboundTopicSession(jakarta.jms.Session sess, OutboundConnection cnx, boolean transacted)Constructs anOutboundTopicSessioninstance.
-