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

E10653-08

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 void disable()
           
static Debugger getCurrent()
           
static GroovyMachineMirror getCurrentMachine()
           
 java.lang.Object getScriptLibrary()
          Deprecated.  
static boolean isDebuggerThread()
           
static boolean isEnabled()
           
static void setHandleNullAsEmptyObject(boolean handleNullAsEmptyObject)
          Deprecated.  
 void setScriptLibrary(java.lang.Object scriptLibrary)
          Deprecated.  
static void start()
           
static void start(boolean suspendOnStartup)
           
 void throwException(java.lang.Exception exception)
          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()

setHandleNullAsEmptyObject

public static void setHandleNullAsEmptyObject(boolean handleNullAsEmptyObject)
Deprecated. 

For internal use only. Application developers should not use this

start

public static void start()

start

public static void start(boolean suspendOnStartup)

isEnabled

public static boolean isEnabled()

disable

public static void disable()

throwException

public void throwException(java.lang.Exception exception)
Deprecated. 

For internal use only. Application developers should not use this

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

isDebuggerThread

public static boolean isDebuggerThread()

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

E10653-08

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