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

DelegatingSessionProvider (NetBeans Debugger Core API) - NetBeans API Javadoc 5.0.0

 

org.netbeans.spi.debugger
Class DelegatingSessionProvider

java.lang.Object
  extended byorg.netbeans.spi.debugger.DelegatingSessionProvider

public abstract class DelegatingSessionProvider
extends Object

Delegates DebuggerInfo support to some some existing Session.


Constructor Summary
DelegatingSessionProvider()
           
 
Method Summary
abstract  Session getSession(DebuggerInfo debuggerInfo)
          Returns a Session to delegate on.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingSessionProvider

public DelegatingSessionProvider()
Method Detail

getSession

public abstract Session getSession(DebuggerInfo debuggerInfo)
Returns a Session to delegate on.

Returns:
Session to delegate on

 

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