All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.tools.debugger.ThreadContext

java.lang.Object
   |
   +----com.ibm.beans.tools.debugger.ThreadContext

public class ThreadContext
extends Object

Constructor Index

 o ThreadContext(BeanDebugger)

Method Index

 o getBeanDebugger()
 o getRemoteClass()
 o getRemoteThread()
 o getStackFrame()
 o setRemoteClass(RemoteClass)
 o setRemoteClass(String)
 o setRemoteThread(RemoteThread)
 o setStackFrame(RemoteStackFrame)

Constructors

 o ThreadContext
 public ThreadContext(BeanDebugger newBdbg)

Methods

 o setStackFrame
 public synchronized void setStackFrame(RemoteStackFrame newStackFrame)
 o getStackFrame
 public synchronized RemoteStackFrame getStackFrame()
 o getBeanDebugger
 public BeanDebugger getBeanDebugger()
 o setRemoteThread
 public void setRemoteThread(RemoteThread thread)
 o setRemoteClass
 public boolean setRemoteClass(String class_name)
 o getRemoteThread
 public RemoteThread getRemoteThread()
 o setRemoteClass
 public void setRemoteClass(RemoteClass cls)
 o getRemoteClass
 public RemoteClass getRemoteClass()

All Packages  Class Hierarchy  This Package  Previous  Next  Index