S-PLUS Connect/Java v1.0

com.insightful.splus
Class SplusClientEditorImpl

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by com.insightful.splus.SplusClientEditorImpl
All Implemented Interfaces:
SplusClientEditor, Serializable, Remote

public class SplusClientEditorImpl
extends UnicastRemoteObject
implements SplusClientEditor

Default implementation of the SplusClientEditor. Provides access to client-side editor from the server when in client/server mode.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
SplusClientEditorImpl()
           
SplusClientEditorImpl(SplusSession session)
           
 
Method Summary
 String edit(String editor, String data)
          Edit data.
 void page(String pager, String data)
          Display paged data.
 void report(String msg)
           
 void setEditor(String editor)
           
 void setPager(String pager)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SplusClientEditorImpl

public SplusClientEditorImpl()
                      throws RemoteException
Throws:
RemoteException

SplusClientEditorImpl

public SplusClientEditorImpl(SplusSession session)
                      throws RemoteException
Throws:
RemoteException
Method Detail

page

public void page(String pager,
                 String data)
          throws RemoteException
Display paged data.

Specified by:
page in interface SplusClientEditor
Throws:
RemoteException

edit

public String edit(String editor,
                   String data)
            throws RemoteException
Edit data.

Specified by:
edit in interface SplusClientEditor
Throws:
RemoteException

setPager

public void setPager(String pager)

setEditor

public void setEditor(String editor)

report

public void report(String msg)

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.