S-PLUS Connect/Java v1.0

Uses of Interface
com.insightful.splus.ClientObjectFactory

Packages that use ClientObjectFactory
com.insightful.splus   
 

Uses of ClientObjectFactory in com.insightful.splus
 

Classes in com.insightful.splus that implement ClientObjectFactory
 class ClientObjectFactoryImpl
          Default implementation of the ClientObjectFactory.
 

Methods in com.insightful.splus that return ClientObjectFactory
static ClientObjectFactory SplusSessionImpl.getClientObjectFactory()
           
static ClientObjectFactory SplusWinSessionImpl.getClientObjectFactory()
           
 

Methods in com.insightful.splus with parameters of type ClientObjectFactory
 void SplusSession.setClientObjectFactory(ClientObjectFactory factory)
          Set a ClientObjectFactory that the server can use to perform operations in the client JVM.
 void SplusSessionImpl.setClientObjectFactory(ClientObjectFactory factory)
           
static SplusSession SplusSessionImpl.getRemoteSession(boolean useDialog, ClientObjectFactory objFact, String[] clArgs)
          Login to a remote session object.
 void SplusWinSessionImpl.setClientObjectFactory(ClientObjectFactory factory)
          Since remote operation is not supported, it's unlikely that the setClientObjectFactory() and getClientObjectFactory() methods will be used.
 


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.