Uses of Class
cuba.ComponentException

Packages that use ComponentException
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.wired This package handles cuba-components inside a wired enviroment. 
 

Uses of ComponentException in cuba
 

Methods in cuba that throw ComponentException
abstract  void AbstractComponentContext.popCall()
           
abstract  void SimpleAroundInvocation.postCheck(InvocationContextI invocationContext, java.lang.Throwable th)
           
abstract  void SimpleAroundInvocation.preCheck(InvocationContextI invocationContext)
           
abstract  void AbstractComponentContext.pushCall()
           
 void ComponentI.setContext(ComponentContextI context)
          Called by the container on component instantiation to inject the component's context.
 void AbstractComponent.setContext(ComponentContextI context)
          Stores the provided context in a member variable which can be accessed by AbstractComponent.getContext()
 void AbstractAnnotatedComponent.setContext(ComponentContextI context)
          Stores the provided context in a member variable which can be accessed by AbstractComponent.getContext()
 

Uses of ComponentException in cuba.ejb
 

Methods in cuba.ejb that throw ComponentException
 void AbstractEJBComponentContext.popCall()
          Nothing to do here.
 void AbstractEJBComponentContext.pushCall()
          Nothing to do here.
 

Uses of ComponentException in cuba.wired
 

Methods in cuba.wired that throw ComponentException
 void WiredUnrestrictedDataSource.dropConnection(WiredManagedConnection mcon)
           
 void WiredPooledDataSource.dropConnection(WiredManagedConnection mcon)
          Called by the transaction manager to signal that the passed connection is no longer in use.
 void WiredDataSourceI.dropConnection(WiredManagedConnection mcon)
           
 void WiredComponentContext.popCall()
           
 void TxInterceptorSupports.postCheck(InvocationContextI invocationContext, java.lang.Throwable th)
           
 void TxInterceptorNotSupported.postCheck(InvocationContextI invocationContext, java.lang.Throwable th)
           
 void TxInterceptorNever.postCheck(InvocationContextI invocationContext, java.lang.Throwable th)
           
 void TxInterceptorSupports.preCheck(InvocationContextI invocationContext)
           
 void TxInterceptorNotSupported.preCheck(InvocationContextI invocationContext)
           
 void TxInterceptorNever.preCheck(InvocationContextI invocationContext)
           
 void WiredComponentContext.pushCall()