Local Interfaces in a clustered environment

I am using local interface to call entity bean from session bean where my business logic resides. Does anyone have an idea as to what will be the effect if I deploy this on a weblogic cluster.
[206 byte] By [vivsrivas] at [2007-9-26 13:59:57]
# 1
There should be no effect. Your client will look up & invoke on the session bean. The session bean will access its local entity on the host which it resides. The concurrency enforcement model will be the same as if the entities were remote.
swatdba at 2007-7-2 15:09:11 > top of Java-index,Other Topics,Patterns & OO Design...