org.netbeans.api.debugger/1 1.31.1

org.netbeans.spi.debugger
Class DelegatingSessionProvider

java.lang.Object
  extended by org.netbeans.spi.debugger.DelegatingSessionProvider

Deprecated. This class is of no use. Nobody can create Session object, but debuggercore.

public abstract class DelegatingSessionProvider
extends Object

Delegates DebuggerInfo support to some some existing Session.


Constructor Summary
DelegatingSessionProvider()
          Deprecated.  
 
Method Summary
abstract  Session getSession(DebuggerInfo debuggerInfo)
          Deprecated. 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()
Deprecated. 
Method Detail

getSession

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

Returns:
Session to delegate on

org.netbeans.api.debugger/1 1.31.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.