Uses of Package
cuba

Packages that use cuba
cuba This is the "main" package for very basic abstract classes, interfaces and exception. 
cuba.ejb This package handles cuba-components inside a managed ejb enviroment. 
cuba.webservice This simple, straight forward package handles cuba-components inside a webservice enviroment. 
cuba.wired This package handles cuba-components inside a wired enviroment. 
cuba.wired.jpa   
 

Classes in cuba used by cuba
AbstractComponent
          Base class for component implementation classes, providing compatibility with CUBA 1.
AbstractComponentContext
          Base class for all implementations of ComponentContextI, defining an internal contract which should not appear in the interface
AroundInvocation
          Base class for different kinds of function calls around method invocations Based on MethodInterceptorI for simplified interceptor definition for pre-defined things like e.g.
ClientContextI
          Context interface for clients, i.e. any part of a software system located outside the container it is refering to.
ComponentContextI
          General interface type used to lookup components and resources from within another component.
ComponentException
           
ComponentI
          Base interface for component initialization, declaring the lifecycle management methods which were called by a CUBA 1 container.
ConstructionException
           
ContextI
          General interface type used to lookup the components and resources provided by an application.
Invocation
           
InvocationContextI
           
MethodInvocation
           
ReferenceException
           
 

Classes in cuba used by cuba.ejb
AbstractComponentAdapter
          Common base class for all kinds of adapters.
AbstractComponentContext
          Base class for all implementations of ComponentContextI, defining an internal contract which should not appear in the interface
ClientContextI
          Context interface for clients, i.e. any part of a software system located outside the container it is refering to.
ComponentContextI
          General interface type used to lookup components and resources from within another component.
ComponentException
           
ConstructionException
           
ContextI
          General interface type used to lookup the components and resources provided by an application.
InvocationContextI
           
MethodInvocation
           
ReferenceException
           
 

Classes in cuba used by cuba.webservice
ClientContextI
          Context interface for clients, i.e. any part of a software system located outside the container it is refering to.
ConstructionException
           
ContextI
          General interface type used to lookup the components and resources provided by an application.
ReferenceException
           
 

Classes in cuba used by cuba.wired
AbstractComponentAdapter
          Common base class for all kinds of adapters.
AbstractComponentContext
          Base class for all implementations of ComponentContextI, defining an internal contract which should not appear in the interface
AroundInvocation
          Base class for different kinds of function calls around method invocations Based on MethodInterceptorI for simplified interceptor definition for pre-defined things like e.g.
ClientContextI
          Context interface for clients, i.e. any part of a software system located outside the container it is refering to.
ComponentContextI
          General interface type used to lookup components and resources from within another component.
ComponentException
           
ConstructionException
           
ContextI
          General interface type used to lookup the components and resources provided by an application.
Invocation
           
InvocationContextI
           
MethodInvocation
           
ReferenceException
           
ResourceFactoryI
           
SimpleAroundInvocation
           
StateSynchronizationI
          The StateSynchronizationI interface allows a stateful component instance to be notified by its container of transaction boundaries.
 

Classes in cuba used by cuba.wired.jpa
ConstructionException
           
ResourceFactoryI