|
S-PLUS Connect/Java v1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.insightful.splus.SplusWinApp
Experimental support for starting Java within S-PLUS for Windows. This serves the same role as SplusUserApp.
The fields and methods for this class are static. This supports a single connection to the S-PLUS engine within a single JVM process.
Method Summary | |
void |
displayHelpOnTopic(String topicId)
Display help for a specified topic. |
void |
displayHelpView(String viewId)
Display a particular help index view. |
com.insightful.splus.SplusHelpManagerInstance |
getHelpManagerInstance()
Get the help manager instance. |
SplusDataResult |
processDataQuery(String cmd)
|
SplusDataResult |
processDataQuery(String cmd,
int timeout)
|
void |
processDialogCommand(String cmd)
|
static void |
start()
Call this to create the SplusWinApp. |
void |
writeEngineOutput(String data,
boolean prompted)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void start() throws RemoteException, SplusLicenseException
RemoteException
SplusLicenseException
public SplusDataResult processDataQuery(String cmd)
processDataQuery
in interface SplusEngineQueryHandler
public SplusDataResult processDataQuery(String cmd, int timeout)
processDataQuery
in interface SplusEngineQueryHandler
public void processDialogCommand(String cmd)
processDialogCommand
in interface SplusEngineQueryHandler
public void writeEngineOutput(String data, boolean prompted)
writeEngineOutput
in interface SplusEngineQueryHandler
public void displayHelpOnTopic(String topicId)
displayHelpOnTopic
in interface SplusHelpQueryHandler
public void displayHelpView(String viewId)
displayHelpView
in interface SplusHelpQueryHandler
public com.insightful.splus.SplusHelpManagerInstance getHelpManagerInstance()
getHelpManagerInstance
in interface SplusHelpQueryHandler
|
S-PLUS Connect/Java v1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |