public abstract class SessionProvider extends Object
Session
for some DebuggerInfo
.Modifier and Type | Class and Description |
---|---|
static interface |
SessionProvider.Registration
Declarative registration of an SessionProvider implementation.
|
Constructor and Description |
---|
SessionProvider() |
Modifier and Type | Method and Description |
---|---|
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. |
public abstract String getSessionName()
public abstract String getLocationName()
public abstract String getTypeID()
Session
crated
by thisprovider.