Package oracle.toplink.ejb.cmp.wls11

Interface Summary
InterfaceDescription
CursoredEnumerator PUBLIC
CursoredEnumeratorRemote CursoredEnumeratorRemote is the interface used by CursoredEnumerator to use remote cursored streams across RMI.
DeploymentCustomization  
 

Class Summary
ClassDescription
CursoredEnumeratorImpl INTERNAL Concrete class implementing the CursoredEnumerator interface.
CursoredEnumeratorRemoteImpl  
EJBCollectionHelper  
EnumeratorImpl Although Vectors are Serializable, their Enumerations (obtained by the .elements() method) are not.When a finder query returns an Enumeration it cannot simply return a regular VectorEnumerator since this class will not marshal properly.
SessionAccessor Deprecated. use oracle.toplink.tools.sessionmanagement.SessionManager instead