getODKUtility()

Returns a handle to the singleton ODKUtility object.

Syntax

public static ODKUtility getODKUtility();
 

Parameters

None.

Return values

A handle to an ODKUtility object.

Notes

The getODKUtility() method provides access within the ODA code to the utilities in the ODKUtility class. You must use getODKUtility() to obtain a handle to the singleton object of this class before you access the ODKUtility methods.

Note:
The call to getODKUtility() is often performed in the getAgentProperties() method. For more information, see Obtaining the handle to the ODKUtility object.

See also

getAgentProperties()

Copyright IBM Corp. 1997, 2003