How do i get a reference to a particular Enterprise Bean, which is in memory currently.
Assume that there are 3 session beans currently in memory, all are of same
session bean type. The 3 beans are providing different services based on
certain data in database. Suppose if i need a reference to 3rd session bean,
which is in memory, how to get that reference.
-
How to get a reference to a particular Bean in memory? (1 messages)
- Posted by: Jyo
- Posted on: August 09 2000 05:16 EDT
Threaded Messages (1)
- How to get a reference to a particular Bean in memory? by fengliang wu on August 09 2000 14:15 EDT
-
How to get a reference to a particular Bean in memory?[ Go to top ]
- Posted by: fengliang wu
- Posted on: August 09 2000 14:15 EDT
- in response to Jyo
You should use SessionContext.getEJBObject() to get a
reference.