Package org.jencks

The core Jencks JCAContainer which uses Spring and requires a JCA ResourceAdaptor and a BootstrapContext.

See:
          Description

Class Summary
AcknowledgeEndpoint An endpoint which uses a JMS Message.acknowledge() to acknowledge that a message is delivered.
DefaultEndpointFactory A factory of MessageEndpoint instances, either using XA transactions, Local (JMS) transactions or regular JMS message acknowledgements.
EndpointFactorySupport  
JCAConnector Represents a connector in the JCA container - which represents a single activation specification on a resource adapter
JCAContainer Represents a base JCA container which has no dependency on Geronimo and requires a mandatory BootstrapContext and ResourceAdapter properties to be configured.
LocalTransactionEndpoint Performs a local transaction while processing the message
SingletonEndpointFactory An implementation of MessageEndpointFactory which always uses a single shared instance of a MessageListener for every endpoint, irrespective of how many physical endpoints are used.
TargetSourceMessageListener Represents a pool of MessageListener instances using Spring's TargetSource for the underlying pool.
XAEndpoint An XA based Endpoint which uses an XA transaction per message delivery.
 

Package org.jencks Description

The core Jencks JCAContainer which uses Spring and requires a JCA ResourceAdaptor and a BootstrapContext. This package has no dependency on Geronimo



Copyright © 2005 LogicBlaze, Inc.. All Rights Reserved.