|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
AbstractComponent adding annotations to all
lifecycle methods.XmlReader and can be
configured for different XML parser frameworks accordingly.WiredContainer
to collect all resources and transactions being used along a call chain.MethodInterceptorI for simplified interceptor definition
for pre-defined things like e.g.CUBAComponents.CUBAComponents.AbstractComponentAdapter._preDestroy() method.
AbstractComponent.setContext(cuba.ComponentContextI).
EJB3AdapterGenerator.generateReferenceDeclarations(cuba.util.GeneratedFile, java.lang.String, java.util.Collection, java.lang.String).
WiredContainer being
accessed through this client context.
CUBAComponent object
StateSynchronizationI object has already been
registered.
AbstractComponent.getContext()
AbstractComponent.getContext()
WiredTransactionI
if there is any.
AbstractEJBComponentContext from the passed SesssionContext
WiredContainer associated to this client
context in order to release all allocated resources.
WiredContainer.WiredClientContext.PrimitiveWiredInstanceFactory
as the default lifecycle manager and PrimitiveDataSourceProvider as
the default SQL source manager.
WiredDataSource
which supports connection pooling to speed up database access
over multiple component method calls.WiredComponentContext.getTransaction() for the first time
or a client calls WiredClientContext.getTransaction().AbstractComponentAdapter._injectDependencies(cuba.ComponentContextI) followed by AbstractComponentAdapter._postConstruct()
to initialize the component the EJB 3 way.
AbstractComponentAdapter._preDestroy() method.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||