Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Enterprise JavaBeans™ Specification, v1.1 - Sun Microsystems.pdf
Скачиваний:
11
Добавлен:
24.05.2014
Размер:
1.62 Mб
Скачать

Sun Microsystems Inc.

Overview

Enterprise JavaBeans v1.1, Final Release

Session and entity objects

Figure 1

Enterprise JavaBeans Architecture Contracts

client-view

client

Enterprise bean

instances

component

contract

Container

EJB Server

deployment descriptor

Note that while the figure illustrates only a remote client running outside of the Container, the cli- ent-view API is also applicable to clients that are enterprise Beans deployed in the same Container.

4.3 Session and entity objects

The Enterprise JavaBeans architecture defines two types of enterprise bean objects:

A session object.

An entity object.

4.3.1 Session objects

A typical session object has the following characteristics:

Executes on behalf of a single client.

11/24/99

34