이 콘텐츠는 선택한 언어로 제공되지 않습니다.
7.3.3. Stateful Session Beans
Stateful session beans are Enterprise Beans that provide business methods to client applications and maintain conversational state with the client. They should be used for tasks that must be done in several steps (method calls), each of which replies on the state of the previous step being maintained. The application server ensures that each client receives the same instance of a stateful session bean for each method call.