On Thu, 2003-12-04 at 17:22, Arvinder Singh wrote:
> I *think* Danny implied:
> 
> <Your-Session-Bean> {
> 
>       // what ever your store is
>       private static <SomeStoreImpl> store =
> <SomeStoreImpl>.getInstance();
> 
> 
>       public void store(String key, Object value) throws RemoteException {
>               store.put(key, value);
>       }
> 
> }

Does it works in cluster? I don't know if stateless EJBs are
clustered... So, if I have more than one application server instance,
the values would be replicated?
-- 
-PS



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to