Skip navigation links

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

E52932-01


oracle.jbo.script.debug.server
Class Debugger

java.lang.Object
  extended by oracle.jbo.script.debug.server.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 oracle.adf.share.logging.ADFLogger getLogger()
           
 java.lang.Object getScriptLibrary()
          Deprecated.  
static boolean isDebuggerThread()
           
static boolean isEnabled()
           
 boolean isRunning()
           
 boolean isStarting()
           
 boolean isStopped()
           
 void prepareScript(groovy.lang.Script script, ExprDef exprDef)
           
static void setDebuggableRequest(boolean isDebuggable)
           
 void setScriptLibrary(java.lang.Object scriptLibrary)
          Deprecated.  
 void setSourceManager(SourceManager sourceManager)
          Deprecated.  
static void start(boolean suspendOnStartup, long idleTimeout)
          Deprecated.  

 

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

 

Method Detail

getCurrent

public static Debugger getCurrent()

getLogger

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

start

public static void start(boolean suspendOnStartup,
                         long idleTimeout)
Deprecated. 
For internal use only. Application developers should not use this

isEnabled

public static boolean isEnabled()

prepareScript

public void prepareScript(groovy.lang.Script script,
                          ExprDef exprDef)

isRunning

public boolean isRunning()

isStarting

public boolean isStarting()

isStopped

public boolean isStopped()

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

setDebuggableRequest

public static void setDebuggableRequest(boolean isDebuggable)
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.9.0)

E52932-01


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