|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--oracle.toplink.ejb.cmp.was.SessionLookupHelper
PUBLIC:
Purpose: Help the the entity bean to lookup its session Description: Implement a singleton pattern which maps bean's class to its session Responsibilities:
| Method Summary |
| Type | Method |
|---|---|
static SessionLookupHelper |
getHelper()
PUBLIC: Return the singleton session lookup helper. |
oracle.toplink.sessions.Session |
getSession(javax.ejb.EntityBean bean)
PUBLIC: Return the session for the given entity bean. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static SessionLookupHelper getHelper()
public oracle.toplink.sessions.Session getSession(javax.ejb.EntityBean bean)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||