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
Field Summary |
static java.lang.String |
CALLER_PROPERTY
Property to specify the caller name in a client context constructor |
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