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

E10653-08

oracle.jbo.script.debug.client.bdi
Class ContextManager

java.lang.Object
  extended by oracle.jbo.script.debug.client.bdi.ContextManager

public class ContextManager
extends java.lang.Object


Constructor Summary
ContextManager(Environment env)
           
 
Method Summary
 void addContextListener(ContextListener cl)
           
 com.sun.jdi.StackFrame getCurrentFrame()
           
 com.sun.jdi.StackFrame getCurrentFrame(ThreadInfo tinfo)
           
 com.sun.jdi.StackFrame getCurrentFrame(com.sun.jdi.ThreadReference t)
           
 int getCurrentFrameIndex(ThreadInfo tinfo)
           
 int getCurrentFrameIndex(com.sun.jdi.ThreadReference t)
          public int getCurrentFrameIndex() { return getCurrentFrameIndex(currentThreadInfo); }
 com.sun.jdi.ThreadReference getCurrentThread()
           
 boolean getVerboseFlag()
           
 void invalidateCurrentThread()
           
 int moveCurrentFrameIndex(com.sun.jdi.ThreadReference t, int count)
           
 void removeContextListener(ContextListener cl)
           
 int setCurrentFrameIndex(int newIndex)
           
 int setCurrentFrameIndex(com.sun.jdi.ThreadReference t, int newIndex)
           
 void setCurrentThread(com.sun.jdi.ThreadReference t)
           
 void setCurrentThreadInvalidate(com.sun.jdi.ThreadReference t)
           
 void setVerboseFlag(boolean verbose)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextManager

public ContextManager(Environment env)
Method Detail

getVerboseFlag

public boolean getVerboseFlag()

setVerboseFlag

public void setVerboseFlag(boolean verbose)

getCurrentThread

public com.sun.jdi.ThreadReference getCurrentThread()

setCurrentThread

public void setCurrentThread(com.sun.jdi.ThreadReference t)

setCurrentThreadInvalidate

public void setCurrentThreadInvalidate(com.sun.jdi.ThreadReference t)

invalidateCurrentThread

public void invalidateCurrentThread()

getCurrentFrameIndex

public int getCurrentFrameIndex(com.sun.jdi.ThreadReference t)
public int getCurrentFrameIndex() { return getCurrentFrameIndex(currentThreadInfo); }


getCurrentFrameIndex

public int getCurrentFrameIndex(ThreadInfo tinfo)

moveCurrentFrameIndex

public int moveCurrentFrameIndex(com.sun.jdi.ThreadReference t,
                                 int count)
                          throws VMNotInterruptedException
Throws:
VMNotInterruptedException

setCurrentFrameIndex

public int setCurrentFrameIndex(com.sun.jdi.ThreadReference t,
                                int newIndex)
                         throws VMNotInterruptedException
Throws:
VMNotInterruptedException

setCurrentFrameIndex

public int setCurrentFrameIndex(int newIndex)
                         throws VMNotInterruptedException
Throws:
VMNotInterruptedException

getCurrentFrame

public com.sun.jdi.StackFrame getCurrentFrame()
                                       throws VMNotInterruptedException
Throws:
VMNotInterruptedException

getCurrentFrame

public com.sun.jdi.StackFrame getCurrentFrame(com.sun.jdi.ThreadReference t)
                                       throws VMNotInterruptedException
Throws:
VMNotInterruptedException

getCurrentFrame

public com.sun.jdi.StackFrame getCurrentFrame(ThreadInfo tinfo)
                                       throws VMNotInterruptedException
Throws:
VMNotInterruptedException

addContextListener

public void addContextListener(ContextListener cl)

removeContextListener

public void removeContextListener(ContextListener cl)

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

E10653-08

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