|
org.netbeans.api.debugger/1 1.7.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.spi.debugger.SessionProvider
public abstract class SessionProvider
Creates a new instance of Session
for some DebuggerInfo
.
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 |
---|
public SessionProvider()
Method Detail |
---|
public abstract String getSessionName()
public abstract String getLocationName()
public abstract String getTypeID()
Session
crated
by thisprovider.
public abstract Object[] getServices()
Session
provided by this
SessionProvider.
|
org.netbeans.api.debugger/1 1.7.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |