S-PLUS Connect/Java v1.0

Package com.insightful.splus

Interface Summary
ClientObjectFactory Provides access to client-side operations from the server when in client/server mode.
ClientUtilities Provide remote access for invoking static class/method operations.
FileInputStreamProxy Remote interface with the same methods as FileInputStream.
FileOutputStreamProxy Remote interface with the same methods as FileOutputStream.
SplusCanvasHandler Interface with methods for creating and accessing SCanvas objects.
SplusClientEditor Provides access to client-side editor
SplusDataColumnListProvider Interface providing a column list to a control.
SplusDebugListener  
SplusEngineQueryHandler Interface supporting methods to query the S-PLUS engine.
SplusHelpQueryHandler Interface supporting methods to query the help system.
SplusOutputHandler Interface for a class that can handle standard output and standard error from the S-PLUS engine.
SplusServerFileHandler Interface with methods for creating server file objects.
SplusSession Primary connection between Java and the S-PLUS engine.
 

Class Summary
ClientObjectFactoryImpl Default implementation of the ClientObjectFactory.
ClientUtilitiesImpl Implementation for ClientUtilities.
ClientUtilitiesReceiver A server-side object providing access to a remote ClientUtilities object.
FileInputStreamProxyImpl Remote object holding a reference to a FileInputStream on the server.
FileOutputStreamProxyImpl Remote object holding a reference to a FileOutputStream on the server.
RemoteFileInputStream Client object representing a server-side FileInputStream object.
RemoteFileOutputStream Client object representing a server-side FileOutputStream object.
SplusBooleanDataResult Result of evaluating an S-PLUS expression producing boolean (logical) vector.
SplusByteDataResult Result of evaluating an S-PLUS expression producing byte (rawData) vector.
SplusClientEditorImpl Default implementation of the SplusClientEditor.
SplusConnectSpec Encapsulates transaction data returned when trying to acquire a remote SplusSession from an SplusSessionFactory.
SplusDataColumnComboBox Combo box for column names.
SplusDataColumnListBox List box for column names.
SplusDataResult Result information from a query to the S-PLUS engine.
SplusDataSetComboBox Combo box listing S-PLUS data sets.
SplusDebugHandler The intent of this class is to provide a single entry/exit point for the debug functionality contained in the S-PLUS engine and accessed via the java connection.
SplusDoubleDataResult Result of evaluating an S-PLUS expression producing double (numeric) vector.
SplusEditManager Provides server-side static methods for accessing client-side editors.
SplusFloatDataResult Result of evaluating an S-PLUS expression producing float (single) vector.
SplusLogin  
SplusLongDataResult Result of evaluating an S-PLUS expression producing long (integer) vector.
SplusMinGui Support for a Java graphics device in the non-GUI Java version.
SplusObjectComboBox Combo box containing a list of the S-PLUS objects of a specific class.
SplusOptionsManager Support for Java GUI options.
SplusOutputHandlerImpl Write text from the S-PLUS engine to the Java GUI.
SplusServerToolsDialog Dialog for server management.
SplusSessionImpl Basic implementation of SplusSession for UNIX/Linux.
SplusStringDataResult Result of evaluating an S-PLUS expression producing String (character) vector.
SplusSubsetField Currently just an SplusTextField with the label "Subset Rows".
SplusSystem Class with static methods for accessing main GUI components.
SplusTimeSeriesComboBox A variation on SplusDataSetComboBox for "timeSeries" objects.
SplusUserApp Connects a user-written Java application to the S-PLUS engine.
SplusWideFormulaField An SplusWideTextField with methods to modify the left or right side of a formula.
SplusWinApp Experimental support for starting Java within S-PLUS for Windows.
SplusWinSessionImpl Implementation of SplusSession that connects to the S-PLUS engine using Connect/C++.
SybaseInit Utility package for initializing a connection to a Sybase server.
 

Exception Summary
SplusBadDataException Exception indicating that an SplusDataResult was queried for an unavailable type of data.
SplusEngineBusyException Exception generated when the engine is queried while it is already evaluation an expression.
SplusException Base class for Exceptions generated by S-PLUS.
SplusIncompleteExpressionException Generated when an expression that is not syntactically complete is submitted for evaluation by the S-PLUS engine.
SplusLicenseException Exception indicating there is a problem with the S-PLUS license.
 


S-PLUS Connect/Java v1.0

Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.