Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.common
Class SessionContextManagerImpl

java.lang.Object
  extended by oracle.jbo.common.SessionContextManagerImpl
All Implemented Interfaces:
SessionContextManager

public class SessionContextManagerImpl
extends java.lang.Object
implements SessionContextManager


Method Summary
 SessionContext getCurrentSession()
           
static SessionContextManager getInstance()
           
 boolean hasCurrentSession()
           
 void removeCurrentSession()
           
 void setCurrentSession(SessionContext sessionContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SessionContextManager getInstance()

hasCurrentSession

public boolean hasCurrentSession()
Specified by:
hasCurrentSession in interface SessionContextManager

getCurrentSession

public SessionContext getCurrentSession()
Specified by:
getCurrentSession in interface SessionContextManager

removeCurrentSession

public void removeCurrentSession()
Specified by:
removeCurrentSession in interface SessionContextManager

setCurrentSession

public void setCurrentSession(SessionContext sessionContext)
Specified by:
setCurrentSession in interface SessionContextManager

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

Copyright © 1997, 2011, Oracle. All rights reserved.