Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.common
Class ContextUtil

java.lang.Object
  extended byoracle.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 Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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