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.client
Class GUIClient

java.lang.Object
  extended by oracle.jbo.script.debug.client.BaseClient
      extended by oracle.jbo.script.debug.client.GUIClient


public class GUIClient
extends BaseClient

A facade that provides access to the services provided by the model of the JDB GUI implementation (com.sun.tools.example.debug.gui.GUI). An abstract debugger client may use this facade to connect to a JPDA debug machine and to fire commands and listen for events from that machine.

Since:
release specific (what release of product did this appear in)

Constructor Summary
GUIClient(java.io.OutputStream commandOutputBuffer)
           
GUIClient(java.io.Writer commandOutputWriter)
           

 

Method Summary
 void addBreakpointAndWait(java.lang.String breakpointSpec)
          Deprecated.  
 void printArgumentsAsString()
           
 void printArray(java.lang.String expr)
           
 void printList(java.lang.String expr)
           
 void printLocalsAsString()
           
 void printMap(java.lang.String expr)
           
 void printRow(java.lang.String expr)
           
 void printRowIterator(java.lang.String expr)
           
 void printThis()
           
 void resumeAndWait()
          Resume the debuggee and wait for a location event.
 boolean stepAndWait()
           
 boolean stepOverAndWait()
           
 boolean stepUpAndWait()
           
 void waitForClassPrepare(java.lang.String name)
          Waits for an event indicating that the specified class has been prepared.
 void waitForThreadStart()
          Deprecated.  

 

Methods inherited from class oracle.jbo.script.debug.client.BaseClient
checkInterrupted, clearQueue, connect, connect, currentFrame, dequeueEvent, dequeueEvent, disconnect, displayType, displayValue, evaluate, evaluate, executeCommand, flushOutput, getOutputBuffer, isDebuggingEnabled, setLogDebugEvents, toString

 

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

 

Constructor Detail

GUIClient

public GUIClient(java.io.OutputStream commandOutputBuffer)

GUIClient

public GUIClient(java.io.Writer commandOutputWriter)

Method Detail

stepAndWait

public boolean stepAndWait()

stepUpAndWait

public boolean stepUpAndWait()

stepOverAndWait

public boolean stepOverAndWait()

resumeAndWait

public void resumeAndWait()
Resume the debuggee and wait for a location event.

printThis

public void printThis()

printArgumentsAsString

public void printArgumentsAsString()

printLocalsAsString

public void printLocalsAsString()

printMap

public void printMap(java.lang.String expr)

printArray

public void printArray(java.lang.String expr)

printList

public void printList(java.lang.String expr)

printRow

public void printRow(java.lang.String expr)

printRowIterator

public void printRowIterator(java.lang.String expr)

waitForThreadStart

public void waitForThreadStart()
Deprecated. 
For internal use only. Application developers should not use this

addBreakpointAndWait

public void addBreakpointAndWait(java.lang.String breakpointSpec)
Deprecated. 
For internal use only. Application developers should not use this

waitForClassPrepare

public void waitForClassPrepare(java.lang.String name)
Waits for an event indicating that the specified class has been prepared. Clients should be careful to invoke this before dequeueing other events that may also dequeue the specified class prepare event.

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.