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

getConnection()

The getConnection() method is used to retrieve the IONGraphicConnection object with which this object is associated.

Syntax

public IONGraphicConnection getConnection()

Return Value

Returns the IONGraphicConnection object that this object is associated with. If no connection is associated with this object null is returned.

Arguments

None.

Exceptions

None.

Example

IONGraphicConnection conn = getConnection();  

  IDL Online Help (March 06, 2007)