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

E10653-05

oracle.jbo.common
Class ContextUtil

java.lang.Object
  extended by oracle.jbo.common.ContextUtil

public class ContextUtil
extends java.lang.Object


Method Summary
 java.lang.Object findCurrentContext()
          Deprecated. since 10.1.3. Use oracle.adf.share.ADFContext.getCurrent().getApplication() instead.
 java.lang.Object getCurrentContext()
           
static ContextUtil getInstance()
           
 void resetCurrentContext()
           
 void setCurrentContext(java.lang.Object ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ContextUtil getInstance()

getCurrentContext

public java.lang.Object getCurrentContext()

setCurrentContext

public void setCurrentContext(java.lang.Object ctx)

resetCurrentContext

public void resetCurrentContext()

findCurrentContext

public java.lang.Object findCurrentContext()
Deprecated. since 10.1.3. Use oracle.adf.share.ADFContext.getCurrent().getApplication() instead.


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.