Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


oracle.jbo.common
Class CallAnalyzer

java.lang.Object
  extended by oracle.jbo.common.CallAnalyzer


public class CallAnalyzer
extends java.lang.Object

Provides a method for extracting function-call information from the the current stack.

This information is expensive to compute (the exception must be thrown, and then parsed) but is used by the Diagnostic class for tracing output.

Since:
Jdeveloper 3.0

Method Summary
static java.lang.String whoCalledMe(int DepthOffset)
          Assembles a string describing a function call from the current calling stack.

 

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

 

Method Detail

whoCalledMe

public static java.lang.String whoCalledMe(int DepthOffset)
Assembles a string describing a function call from the current calling stack.
Parameters:
DepthOffset - the depth of the desired function in the stack.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


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