Uses of Class
org.ow2.joram.jakarta.connector.JoramResourceAdapter
-
Packages that use JoramResourceAdapter Package Description org.ow2.joram.jakarta.connector -
-
Uses of JoramResourceAdapter in org.ow2.joram.jakarta.connector
Subclasses of JoramResourceAdapter in org.ow2.joram.jakarta.connector Modifier and Type Class Description classJoramAdapterAJoramAdapterinstance manages connectivities to an underlying JORAM server: outbound connectivity (JCA connection management contract) and inbound connectivity (asynchronous message delivery as specified by the JCA message inflow contract).Fields in org.ow2.joram.jakarta.connector declared as JoramResourceAdapter Modifier and Type Field Description (package private) JoramResourceAdapterManagedConnectionFactoryImpl. raResource adapter central authority.private JoramResourceAdapterManagedConnectionImpl. raCentral adapter authority.Constructors in org.ow2.joram.jakarta.connector with parameters of type JoramResourceAdapter Constructor Description ManagedConnectionImpl(JoramResourceAdapter ra, ManagedConnectionFactoryImpl mcf, jakarta.jms.XAConnection cnx, String hostName, int serverPort, String userName)Creates aManagedConnectionImplinstance wrapping a physical connection to the underlying JORAM server.
-