|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientContextI | |
|---|---|
| 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 ClientContextI in cuba |
|---|
| Methods in cuba that return ClientContextI | |
|---|---|
ClientContextI |
ComponentContextI.getClientContext()
Create a client context from a component context which provides external access to the same container which the current component resides in. |
| Uses of ClientContextI in cuba.ejb |
|---|
| Classes in cuba.ejb that implement ClientContextI | |
|---|---|
class |
AbstractEJBClientContext
Client interface to an EJB container used to get access to components and resources provided by that container. |
class |
EJB2ClientContext
|
class |
EJB3ClientContext
|
| Methods in cuba.ejb that return ClientContextI | |
|---|---|
ClientContextI |
EJB3ComponentContext.getClientContext()
|
ClientContextI |
EJB2ComponentContext.getClientContext()
|
| Uses of ClientContextI in cuba.webservice |
|---|
| Classes in cuba.webservice that implement ClientContextI | |
|---|---|
class |
WebserviceClientContext
Implementation of CUBA's client context interface providing client-side adapter implementations for all required components. |
| Fields in cuba.webservice declared as ClientContextI | |
|---|---|
protected ClientContextI |
WSTAdapter.context
|
| Methods in cuba.webservice that return ClientContextI | |
|---|---|
protected static ClientContextI |
WSAdapter._createContext(java.lang.String callerName)
|
protected ClientContextI |
WSTAdapter._getContext(java.lang.String callerName)
|
protected ClientContextI |
WSAdapter._getContext(java.lang.String callerName)
|
| Uses of ClientContextI in cuba.wired |
|---|
| Classes in cuba.wired that implement ClientContextI | |
|---|---|
class |
WiredClientContext
Client interface to a wired container used to get access to components and resources provided by that container. |
| Methods in cuba.wired that return ClientContextI | |
|---|---|
ClientContextI |
WiredComponentContext.getClientContext()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||