Uses of Class
org.ow2.joram.jakarta.connector.InboundConsumer
-
Packages that use InboundConsumer Package Description org.ow2.joram.jakarta.connector -
-
Uses of InboundConsumer in org.ow2.joram.jakarta.connector
Fields in org.ow2.joram.jakarta.connector declared as InboundConsumer Modifier and Type Field Description private InboundConsumerInboundSession. consumerInboundConsumerinstance this session belongs to.Fields in org.ow2.joram.jakarta.connector with type parameters of type InboundConsumer Modifier and Type Field Description private Hashtable<ActivationSpecImpl,InboundConsumer>JoramResourceAdapter. consumersTable holding the adapter'sInboundConsumerinstances, for inbound messaging.Constructors in org.ow2.joram.jakarta.connector with parameters of type InboundConsumer Constructor Description InboundSession(InboundConsumer consumer, jakarta.resource.spi.work.WorkManager workManager, jakarta.resource.spi.endpoint.MessageEndpointFactory endpointFactory, jakarta.jms.XAConnection cnx, boolean transacted, int ackMode)Constructs anInboundSessioninstance.
-