|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |