-
local interface in cluster (1 messages)
- Posted by: zhang zhang
- Posted on: February 20 2005 19:55 EST
to use local interface,EJBs have to be in same JVM.what if in cluster enviroment,EJBa call EJBb and happen to be the instances on diffrent node?Threaded Messages (1)
- local interface in cluster by Alexey Titorenko on February 22 2005 07:57 EST
-
local interface in cluster[ Go to top ]
- Posted by: Alexey Titorenko
- Posted on: February 22 2005 07:57 EST
- in response to zhang zhang
Hi.
EJB container always makes calls to local copies of EJBs (on the same cluster node) if you use local interfaces to access them.