ejb Stateful Session bean removal

I already got the Handle for stateful session bean .Can i remove a stateful session bean instance using HomeObject.remove(Handle h) method . whether container remove the bean instance physically or not.
[216 byte] By [dfghdftha] at [2007-11-27 0:28:12]
# 1

> I already got the Handle for stateful session bean

> .Can i remove a stateful session bean instance using

> HomeObject.remove(Handle h) method .

Yes. This will remove the Stateful Session Bean identity. The state for that particular

bean identity may or may not be in memory, as it could be passivated. Either way,

after remove is called, any subsequent attempts to invoke business methods on that

bean identity will fail.

--ken

ksaksa at 2007-7-11 22:29:02 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...