Package org.jencks.factory

A collection of Spring Factory Beans for creating Geronimo components such as the BootstrapContext, WorkManager and TransactionManager

See:
          Description

Class Summary
AbstractGeronimoPool This abstract class defines common properties for every kind of pool used by the connection manager of Geronimo.
BootstrapContextFactoryBean A Spring FactoryBean for creating a BootstrapContext for the JCA container with the WorkManager and ExtendedTransactionManager.
ConnectionManagerFactoryBean This FactoryBean creates a local JCA connection factory outside a J2EE application server.
LocalTransactionFactoryBean This FactoryBean creates the local transaction strategy for the JCA connection manager used.
NoTransactionFactoryBean This FactoryBean creates the no transaction strategy for the JCA connection manager used.
PartitionedPoolFactoryBean This FactoryBean creates the partitionned pool strategy for the Geronimo connection manager.
SinglePoolFactoryBean This FactoryBean creates the partitionned pool strategy for the Geronimo connection manager.
TransactionContextManagerFactoryBean This FactoryBean creates and configures the TransactionManagerContext of Geronimo.
TransactionManagerFactoryBean This FactoryBean creates and configures the Geronimo implementation of the TransactionManager interface.
UserTransactionFactoryBean This FactoryBean creates and configures the Geronimo implementation of the UserTransaction interface.
WorkManagerFactoryBean A Spring FactoryBean for creating a BootstrapContext for the JCA container with the WorkManager and ExtendedTransactionManager.
XATransactionFactoryBean This FactoryBean creates the xa transaction strategy for the JCA connection manager used.
 

Package org.jencks.factory Description

A collection of Spring Factory Beans for creating Geronimo components such as the BootstrapContext, WorkManager and TransactionManager



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