Package cuba.wired

This package handles cuba-components inside a wired enviroment.

See:
          Description

Interface Summary
CubaEntityManager Tag-Interface for a JPA-EntityManager.
CubaEntityManagerFactory Tag-Interface for a JPA-EntityManagerFactory.
WiredDataSourceI  
WiredDataSourceProviderI  
WiredEntityManagerFactoryProviderI  
WiredInstanceFactoryI  
WiredInstanceFactoryI.ReferenceTypes  
WiredTransactionI  
 

Class Summary
AbstractDescriptor  
AllocationManager An allocation manager is instantiated as a ThreadLocal in the WiredContainer to collect all resources and transactions being used along a call chain.
ComponentMap  
ComponentRefMap  
DataSourceDesc  
DDClassLoader Specialized class loader which reads module names from wired-application.xml and tries to locate them in all directories specified in the system class path.
DescriptorMap  
EnvironmentDesc This class represents a Wired component's environment entry.
EnvironmentRefMap  
PrimitiveDataSourceProvider  
PrimitiveTransaction  
PrimitiveWiredInstanceFactory  
ReferenceMap  
ReferenceMap.Reference  
ResourceFactoryDesc  
ResourceFactoryMap  
ResourceRefMap  
StateSynchronizationWrapper  
TxInterceptor  
TxInterceptorMandatory  
TxInterceptorNever  
TxInterceptorNotSupported  
TxInterceptorRequired  
TxInterceptorRequiresNew  
TxInterceptorSupports  
WiredAdapter Base class for adapter classes being generated for use of components in the WiredContainer.
WiredClientContext Client interface to a wired container used to get access to components and resources provided by that container.
WiredComponentContext  
WiredComponentDesc Description of a CUBA component type in a wired environment The implementation class member is usually not set, leaving the information in the adapters' hands.
WiredContainer A component and resource container for the CUBA wired model A WiredContainer is usually not created explicitly be a client but implicitly through a WiredClientContext.
WiredManagedConnection The WiredManagedConnection is a wrapper class for physical connections optained from the driver manager.
WiredPooledDataSource The WiredPooledDataSource is a derivation of WiredDataSource which supports connection pooling to speed up database access over multiple component method calls.
WiredUnrestrictedDataSource This class delegates or Methods to the wrapped WiredDataSource.
WiredUnrestrictedManagedConnection  
WiredUserTransaction Transaction object, being instantiated when a component calls WiredComponentContext.getTransaction() for the first time or a client calls WiredClientContext.getTransaction().
 

Exception Summary
InitException  
 

Package cuba.wired Description

This package handles cuba-components inside a wired enviroment. This means, you can run your full blown components outside a J2EE- in a plain J2SE-enviroment. For further examination look the class-diagramm (PDF)

Since:
1.0