Skip navigation links

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

E10653-09


oracle.jbo.script.debug
Class Debugger

java.lang.Object
  extended by oracle.jbo.script.debug.Debugger


public class Debugger
extends java.lang.Object
Since:
release specific (what release of product did this appear in)

Method Summary
static Debugger getCurrent()
           
static GroovyMachineMirror getCurrentMachine()
           
static oracle.adf.share.logging.ADFLogger getLogger()
           
 java.lang.Object getScriptLibrary()
          Deprecated.  
static boolean isDebuggerThread()
           
static boolean isEnabled()
           
 void setHandleNullAsEmptyObject(boolean handleNullAsEmptyObject)
          Deprecated.  
 void setIdleTimeout(long seconds)
          Deprecated.  
 void setScriptLibrary(java.lang.Object scriptLibrary)
          Deprecated.  
 void setSourceManager(SourceManager sourceManager)
          Deprecated.  

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getCurrentMachine

public static GroovyMachineMirror getCurrentMachine()

getCurrent

public static Debugger getCurrent()

getLogger

public static oracle.adf.share.logging.ADFLogger getLogger()

setHandleNullAsEmptyObject

public void setHandleNullAsEmptyObject(boolean handleNullAsEmptyObject)
Deprecated. 
For internal use only. Application developers should not use this

setIdleTimeout

public void setIdleTimeout(long seconds)
Deprecated. 
For internal use only. Application developers should not use this

isEnabled

public static boolean isEnabled()

getScriptLibrary

public java.lang.Object getScriptLibrary()
Deprecated. 
For internal use only. Application developers should not use this

setScriptLibrary

public void setScriptLibrary(java.lang.Object scriptLibrary)
Deprecated. 
For internal use only. Application developers should not use this

setSourceManager

public void setSourceManager(SourceManager sourceManager)
Deprecated. 
For internal use only. Application developers should not use this

isDebuggerThread

public static boolean isDebuggerThread()

Skip navigation links

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

E10653-09


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