|
S-PLUS Connect/Java v1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.insightful.splus.ClientObjectFactoryImpl
Default implementation of the ClientObjectFactory. Provides access to client-side operations from the server when in client/server mode.
Field Summary |
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Constructor Summary | |
ClientObjectFactoryImpl()
Create the object factory in the client process. |
|
ClientObjectFactoryImpl(SplusSession session)
|
Method Summary | |
ClientUtilities |
getClientUtilities()
Create and return a new ClientUtilitiesImpl. |
SplusClientEditor |
getEditor()
Get access to a client editor. |
com.insightful.splus.SplusHelpManagerInstance |
getHelpManagerInstance()
Get the HelpManager. |
SGraphicsDeviceFactory |
getSGraphicsDeviceFactory()
Create and return a new SGraphicsDeviceFactoryImplementation. |
boolean |
isAlive()
Test whether the process is alive. |
void |
shutdown()
Shutdown the process with System.exit(0) |
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 |
public ClientObjectFactoryImpl() throws RemoteException
public ClientObjectFactoryImpl(SplusSession session) throws RemoteException
Method Detail |
public SGraphicsDeviceFactory getSGraphicsDeviceFactory() throws RemoteException
getSGraphicsDeviceFactory
in interface ClientObjectFactory
RemoteException
public com.insightful.splus.SplusHelpManagerInstance getHelpManagerInstance() throws RemoteException
getHelpManagerInstance
in interface ClientObjectFactory
RemoteException
public SplusClientEditor getEditor() throws RemoteException
getEditor
in interface ClientObjectFactory
RemoteException
public ClientUtilities getClientUtilities() throws RemoteException
getClientUtilities
in interface ClientObjectFactory
RemoteException
public boolean isAlive() throws RemoteException
isAlive
in interface ClientObjectFactory
RemoteException
public void shutdown() throws RemoteException
shutdown
in interface ClientObjectFactory
RemoteException
|
S-PLUS Connect/Java v1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |