cuba
Interface ClientContextI

All Superinterfaces:
ContextI
All Known Implementing Classes:
AbstractEJBClientContext, EJB2ClientContext, EJB3ClientContext, WebserviceClientContext, WiredClientContext

public interface ClientContextI
extends ContextI

Context interface for clients, i.e. any part of a software system located outside the container it is refering to. Any lookups are performed on the container's global name space.

Author:
Jan Lessner

Nested Class Summary
 
Nested classes/interfaces inherited from interface cuba.ContextI
ContextI.Type
 
Field Summary
static java.lang.String CALLER_PROPERTY
          Property to specify the caller name in a client context constructor
 
Method Summary
 
Methods inherited from interface cuba.ContextI
getComponent, getDataSource, getTransaction, getType
 

Field Detail

CALLER_PROPERTY

static final java.lang.String CALLER_PROPERTY
Property to specify the caller name in a client context constructor

See Also:
Constant Field Values