org.netbeans.api.debugger/1 1.31.1

org.netbeans.spi.debugger
Class SessionProvider

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

public abstract class SessionProvider
extends Object

Creates a new instance of Session for some DebuggerInfo.


Nested Class Summary
static interface SessionProvider.Registration
          Declarative registration of an SessionProvider implementation.
 
Constructor Summary
SessionProvider()
           
 
Method Summary
abstract  String getLocationName()
          Location of the new session.
abstract  Object[] getServices()
          Returns array of services for Session provided by this SessionProvider.
abstract  String getSessionName()
          Name of the new session.
abstract  String getTypeID()
          Returns identifier of Session crated by thisprovider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionProvider

public SessionProvider()
Method Detail

getSessionName

public abstract String getSessionName()
Name of the new session.

Returns:
name of new session

getLocationName

public abstract String getLocationName()
Location of the new session.

Returns:
location of new session

getTypeID

public abstract String getTypeID()
Returns identifier of Session crated by thisprovider.

Returns:
identifier of new Session

getServices

public abstract Object[] getServices()
Returns array of services for Session provided by this SessionProvider.

Returns:
array of services

org.netbeans.api.debugger/1 1.31.1

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