|
ION Java User's Guide: ION Java Class and Method Reference |
|
The setConnectionMethod() method sets the type of connection for the client.
public final void setConnectionMethod(int iType)
Set the Type argument to one of the three following values:
These values are defined as constants in the IONCallableClient class definition.
To set the connection type to socket-only, use the following statement:
setConnectionMethod(IONCallableClient.SOCK_CON)
IDL Online Help (March 06, 2007)