|
S-PLUS Connect/Java v1.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SplusSession | |
---|---|
com.insightful.gdevice | |
com.insightful.splus | |
com.insightful.splus.client |
Uses of SplusSession in com.insightful.gdevice |
---|
Constructors in com.insightful.gdevice with parameters of type SplusSession | |
---|---|
SGraphicsDeviceFactoryImplementation(SplusSession session)
|
|
SGraphicsDeviceImplementation(SCanvas canvas,
SplusSession session)
|
Uses of SplusSession in com.insightful.splus |
---|
Classes in com.insightful.splus that implement SplusSession | |
---|---|
class |
SplusSessionImpl
Basic implementation of SplusSession for UNIX/Linux. |
class |
SplusWinSessionImpl
Implementation of SplusSession that connects to the S-PLUS engine using Connect/C++. |
Methods in com.insightful.splus that return SplusSession | |
---|---|
static SplusSession |
SplusSessionImpl.getRemoteSession(boolean useDialog,
ClientObjectFactory objFact,
String[] clArgs)
Login to a remote session object. |
protected static SplusSession |
SplusSessionImpl.loginWithSystemProperties(String[] clArgs)
If system properties are set with the login information, use that information to log in. |
SplusSession |
SplusLogin.newSession(SessionProfile profile,
String strPassword,
String[] vstrFactoryArgs)
|
SplusSession |
SplusLogin.newSession(String strHost,
String strUsername,
String strPassword)
|
SplusSession |
SplusLogin.newSession(String strHost,
String strUsername,
String strPassword,
int nRMIPort,
String strWorkingDirectory,
String strXDisplay,
String strPrompt,
String strScript,
String[] vstrFactoryArgs)
Start a new remote session. |
Constructors in com.insightful.splus with parameters of type SplusSession | |
---|---|
ClientObjectFactoryImpl(SplusSession session)
|
|
ClientUtilitiesImpl(SplusSession session)
Create an instance to expose remotely (with SSL encryption of RMI). |
|
RemoteFileInputStream(String filename,
SplusSession session)
|
|
RemoteFileOutputStream(String filename,
SplusSession session)
|
|
SplusClientEditorImpl(SplusSession session)
|
|
SplusOutputHandlerImpl(SplusSession session)
|
Uses of SplusSession in com.insightful.splus.client |
---|
Fields in com.insightful.splus.client declared as SplusSession | |
---|---|
protected SplusSession |
ClientLoginDialog.m_session
|
Methods in com.insightful.splus.client that return SplusSession | |
---|---|
SplusSession |
ClientLoginDialog.getSession()
|
|
S-PLUS Connect/Java v1.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |