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

java.lang.Object
  extended by oracle.jbo.script.debug.client.WebClient


Deprecated.

public class WebClient
extends java.lang.Object

A client for applications working in a stateless web environment.

Since:
release specific (what release of product did this appear in)
For internal use only. Application developers should not use this

Constructor Summary
WebClient(java.io.OutputStream commandOutputBuffer)
          Deprecated.  
WebClient(java.io.Writer commandOutputWriter)
          Deprecated.  

 

Method Summary
 void addBreakpoint(java.lang.String className, int line)
          Deprecated.  
 WebClientState checkForLocationEvent(long timeout)
          Deprecated.  
 void clearBreakpoint(java.lang.String className, int line)
          Deprecated.  
 void connect()
          Deprecated.  
 void disconnect()
          Deprecated.  
 void executeCommand(java.lang.String cmd)
          Deprecated.  
 void flushOutput()
          Deprecated.  
 java.io.OutputStream getOutputBuffer()
          Deprecated.  
 boolean isThreadStarted()
          Deprecated.  
 void setLogDebugEvents(boolean logDebugEvents)
          Deprecated.  

 

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

 

Constructor Detail

WebClient

public WebClient(java.io.OutputStream commandOutputBuffer)
Deprecated. 

WebClient

public WebClient(java.io.Writer commandOutputWriter)
Deprecated. 

Method Detail

flushOutput

public void flushOutput()
Deprecated. 

getOutputBuffer

public java.io.OutputStream getOutputBuffer()
Deprecated. 

setLogDebugEvents

public void setLogDebugEvents(boolean logDebugEvents)
Deprecated. 

disconnect

public void disconnect()
Deprecated. 

connect

public void connect()
Deprecated. 

executeCommand

public void executeCommand(java.lang.String cmd)
Deprecated. 

isThreadStarted

public boolean isThreadStarted()
Deprecated. 

addBreakpoint

public void addBreakpoint(java.lang.String className,
                          int line)
Deprecated. 

clearBreakpoint

public void clearBreakpoint(java.lang.String className,
                            int line)
Deprecated. 

checkForLocationEvent

public WebClientState checkForLocationEvent(long timeout)
Deprecated. 

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.