站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.api.debugger.jpda.AbstractDICookie (JPDA Debugger API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.debugger.jpda/2 2.13

Uses of Class
org.netbeans.api.debugger.jpda.AbstractDICookie

Packages that use AbstractDICookie
org.netbeans.api.debugger.jpda JPDA Debugger APIs provide representation of JDI functionality. 
 

Uses of AbstractDICookie in org.netbeans.api.debugger.jpda
 

Subclasses of AbstractDICookie in org.netbeans.api.debugger.jpda
 class AttachingDICookie
          Attaches to some already running JDK and returns VirtualMachine for it.
 class LaunchingDICookie
          Launches a new JVM in debug mode and returns VirtualMachine for it.
 class ListeningDICookie
          Listens on given port for some connection of remotely running JDK and returns VirtualMachine for it.
 


org.netbeans.api.debugger.jpda/2 2.13

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.