|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextI | |
---|---|
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. |
Uses of ContextI in cuba |
---|
Subinterfaces of ContextI in cuba | |
---|---|
interface |
ClientContextI
Context interface for clients, i.e. any part of a software system located outside the container it is refering to. |
interface |
ComponentContextI
General interface type used to lookup components and resources from within another component. |
Classes in cuba that implement ContextI | |
---|---|
class |
AbstractComponentContext
Base class for all implementations of ComponentContextI, defining an internal contract which should not appear in the interface |
Uses of ContextI in cuba.ejb |
---|
Classes in cuba.ejb that implement ContextI | |
---|---|
class |
AbstractEJBClientContext
Client interface to an EJB container used to get access to components and resources provided by that container. |
class |
AbstractEJBComponentContext
|
class |
EJB2ClientContext
|
class |
EJB2ComponentContext
|
class |
EJB3ClientContext
|
class |
EJB3ComponentContext
|
Uses of ContextI in cuba.webservice |
---|
Classes in cuba.webservice that implement ContextI | |
---|---|
class |
WebserviceClientContext
Implementation of CUBA's client context interface providing client-side adapter implementations for all required components. |
Uses of ContextI in cuba.wired |
---|
Classes in cuba.wired that implement ContextI | |
---|---|
class |
WiredClientContext
Client interface to a wired container used to get access to components and resources provided by that container. |
class |
WiredComponentContext
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |