Stellent
HowToComponents
JavaDoc

intradoc.common
Class IdcBreakpoint

java.lang.Object
  |
  +--intradoc.common.IdcBreakpoint

public class IdcBreakpoint
extends java.lang.Object


Field Summary
static int GLOBAL
           
 int m_refCounter
           
 int m_stackDepth
           
 java.lang.String m_threadName
           
 int m_type
           
static int RUN_TO
           
static int STEP_IN
           
static int STEP_OUT
           
static int STEP_OVER
           
 
Constructor Summary
IdcBreakpoint(java.lang.String threadName, int type, int stackDepth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLOBAL

public static int GLOBAL

STEP_IN

public static int STEP_IN

STEP_OVER

public static int STEP_OVER

STEP_OUT

public static int STEP_OUT

RUN_TO

public static int RUN_TO

m_threadName

public java.lang.String m_threadName

m_type

public int m_type

m_stackDepth

public int m_stackDepth

m_refCounter

public int m_refCounter
Constructor Detail

IdcBreakpoint

public IdcBreakpoint(java.lang.String threadName,
                     int type,
                     int stackDepth)


(c) 1996-2005  All rights reserved.  Stellent, Inc.