|
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
public class 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
RemoteException
public ClientObjectFactoryImpl(SplusSession session)
throws RemoteException
RemoteException| Method Detail |
|---|
public SGraphicsDeviceFactory getSGraphicsDeviceFactory()
throws RemoteException
getSGraphicsDeviceFactory in interface ClientObjectFactoryRemoteException
public com.insightful.splus.SplusHelpManagerInstance getHelpManagerInstance()
throws RemoteException
getHelpManagerInstance in interface ClientObjectFactoryRemoteException
public SplusClientEditor getEditor()
throws RemoteException
getEditor in interface ClientObjectFactoryRemoteException
public ClientUtilities getClientUtilities()
throws RemoteException
getClientUtilities in interface ClientObjectFactoryRemoteException
public boolean isAlive()
throws RemoteException
isAlive in interface ClientObjectFactoryRemoteException
public void shutdown()
throws RemoteException
shutdown in interface ClientObjectFactoryRemoteException
|
S-PLUS Connect/Java v1.0 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||