Brian Smith wrote:
>
> Quick question:
>
> Given that a reference to a Home object is a remote reference, when does the
> reference get cleaned up? I know that a Session bean requires remove() to
> be called but how does its associated Home reference get cleaned up?
The Home reference is cleaned up when it is garbage collected (in the client).
As to whether or not there is an active server-internal object corresponding
to the client's Home reference, that is vendor-dependent (and thereby the
cleanup of any such objects if they exist at all is also vendor-dependent).
________________________________________________________________________________
Evan Ireland Sybase EAServer Engineering [EMAIL PROTECTED]
Wellington, New Zealand +64 4 934-5856
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".