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 WebClientState

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

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

Deprecated.

public class WebClientState
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

Data structure representing the current state of the web client, passed as a return to the end program invoking the web client.

See Also:
Serialized Form
For internal use only. Application developers should not use this

Constructor Summary
WebClientState()
          Deprecated.  

 

Method Summary
 java.lang.Object clone()
          Deprecated.  
 int getActiveLine()
          Deprecated.  
 java.util.List<java.lang.String> getStack()
          Deprecated.  
 java.util.Map<java.lang.String,java.lang.String> getVariables()
          Deprecated.  

 

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

 

Constructor Detail

WebClientState

public WebClientState()
Deprecated. 

Method Detail

getVariables

public java.util.Map<java.lang.String,java.lang.String> getVariables()
Deprecated. 

getStack

public java.util.List<java.lang.String> getStack()
Deprecated. 

getActiveLine

public int getActiveLine()
Deprecated. 

clone

public java.lang.Object clone()
Deprecated. 
Overrides:
clone in class java.lang.Object

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.