Hi All,
As all we know that Hashtable methods are SYNCHRONIZED
but we can use hashtable inside our Enterprise Beans.
Now I hv a Question:
public class MyClass {
public synchronized String load() {
{
}
Is it possible to create an Instance of MyClass and call the load method
on that instance in my SessionBeans (which are pooled).
thanks in advance,
-Ramesh
===========================================================================
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".