intradoc.common
Class IdcBreakpointManager
java.lang.Object
|
+--intradoc.common.IdcBreakpointManager
- public class IdcBreakpointManager
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_threadMap
public static java.util.Hashtable m_threadMap
m_stepMap
public static java.util.Hashtable m_stepMap
m_isStepping
public static boolean m_isStepping
m_syncObject
protected static java.lang.String m_syncObject
IdcBreakpointManager
public IdcBreakpointManager()
register
public static IdcBreakpoint register(java.lang.String threadName,
DynamicHtmlMerger htmlMerger)
unregister
public static void unregister(java.lang.String threadName)
enableStepping
public static void enableStepping(java.lang.String threadName,
DynamicHtmlMerger merger)
removeThreadBreakpoint
public static void removeThreadBreakpoint(IdcBreakpoint bp)
clearThreadBreakpoints
public static void clearThreadBreakpoints()
(c) 1996-2005 All rights reserved. Stellent, Inc. |