Hello ppl
 i have following configuration of my Beans
 
com.Hello -- Remote Interface
com.HelloHome-- Home Interface
com.HelloBean-- stateful session Bean

Now i have following code in client

com.HelloHome home=(com.HelloHome)ctx.lookup(jndiname);
com.Hello remote=(com.Hello)home.create();
/*
 processing On Bean
*/
now when i call remote.remove() then weather my actual bean from pool will remove or 
the network 
complient object of my bean (i mean EJBObject) will remove ?
 
waiting for reply

 


Thanks
Pranav Shah
Software Engineer
http://www.pranav.itgo.com

==========================================================================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".

Reply via email to