Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


oracle.jbo.common
Class ContextUtil

java.lang.Object
  |
  +--oracle.jbo.common.ContextUtil

public class ContextUtil
extends java.lang.Object

Method Summary
 java.lang.Object findCurrentContext()
           
 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()

Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

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