Skip navigation links 
 
oracle.jbo.script.debug.client.bdi
Class ContextManager
java.lang.Object
  
oracle.jbo.script.debug.client.bdi.ContextManager
- 
public class ContextManager
 
- extends java.lang.Object
 
 
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
ContextManager
public ContextManager(Environment env)
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)
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.