Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


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