Uses of Class
com.sas.net.connect.RemoteObject

Packages that use RemoteObject
com.sas.net.connect SAS/CONNECT driver for Java 
 

Uses of RemoteObject in com.sas.net.connect
 

Fields in com.sas.net.connect declared as RemoteObject
protected  RemoteObject RemoteObjectExtension.remoteInstance
           
 

Methods in com.sas.net.connect that return RemoteObject
 RemoteObject RemoteObjectExtension.createRemoteInstance(java.lang.String name)
          creates an instance of the named class on the server and returns a proxy for it
protected  RemoteObject RemoteObjectExtension.getRemoteObject(java.lang.Double handle)
           
 

Methods in com.sas.net.connect with parameters of type RemoteObject
protected  void RemoteObjectExtension.addRemoteInstance(java.lang.Double handle, RemoteObject remoteObject)
          adds a proxy/handle pair to the extension
protected  void RemoteObjectExtension.destroyRemoteInstance(RemoteObject remoteObject)
           
protected  void RemoteObjectExtension.invokeRemoteMethod(RemoteObject remoteObject, java.lang.String name)
           
 

Constructors in com.sas.net.connect with parameters of type RemoteObject
DestroyRemoteInstanceRecord(ConnectClient client, RemoteObject remoteObject)
           
InvokeRemoteMethodRecord(ConnectClient client, RemoteObject remoteObject, java.lang.String name)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.