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

Uses of Class org.netbeans.api.debugger.jpda.AttachingDICookie (NetBeans Debugger JPDA API) - NetBeans API Javadoc 4.1.0

 

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

Packages that use AttachingDICookie
org.netbeans.api.debugger.jpda JPDA Debugger APIs. 
 

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

Methods in org.netbeans.api.debugger.jpda that return AttachingDICookie
static AttachingDICookie AttachingDICookie.create(com.sun.jdi.connect.AttachingConnector attachingConnector, Map args)
          Creates a new instance of AttachingDICookie for given parameters.
static AttachingDICookie AttachingDICookie.create(String hostName, int portNumber)
          Creates a new instance of AttachingDICookie for given parameters.
static AttachingDICookie AttachingDICookie.create(String name)
          Creates a new instance of AttachingDICookie for given parameters.
 


 

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