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

IONCommandComplete()

Call the IONCommandComplete() method when a command that was sent to the IDL server is complete.

Syntax

public abstract void IONCommandComplete(int iStatus, int iIDLStatus)

Arguments

iStatus

A value that indicates the status of the processing of the IDL command. This value is one of the following constants that are part of this class:

iIDLStatus

Indicates the success or failure of the execution of the IDL command. A value of 0 indicates that the command was successful. If the command was not successful, iIDLStaus contains the value of !ERROR_STATE.CODE in the IDL session.

Exceptions

None.

Example

public void IONCommandComplete(iStatus, iIDLStatus);  

  IDL Online Help (March 06, 2007)