Previous ION Java User's Guide: ION Java Class and Method Reference Next

setIDLVariable()

The setIDLVariable() method sets the value of a variable in the ION Server. If the variable doesn't exist, it is created.

Syntax

public final void setIDLVariable(String sName, IONVariable oVar)

Arguments

sName

The name of the variable to set on the server.

oVar

An object of type IONVariable that contains the value of the variable.

Exceptions

IOException

  IDL Online Help (March 06, 2007)