Jump to content

Conversational state (Java EE)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Khalid hassani (talk | contribs) at 17:54, 14 October 2006 (Creation). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In Java Platform, Enterprise Edition, the Conversational state are the field values of a session bean plus the transitive closure of the objects reachable from the bean's fields. The transitive closure of a bean is defined in terms of the serialization protocol for the Java programming language, that is, the fields that would be stored by serializing the bean instance.