Secure Global Desktop Administration Guide > Applets > killIterator (webtop script and webtop tray applets)

killIterator (webtop script and webtop tray applets)

Syntax

void killIterator(String iteratorHandle)

Description

Frees any resources associated with the iterator identified by the iterator handle. killIterator should be called when the iterator is no longer needed.

iteratorHandle is the handle to an iterator previously created with one of the getIterator methods.

This method can be used with either the webtop script applet or the webtop tray applet.

Examples

applet.killIterator(iterator)

Frees resources associated with the iterator handle.

Related topics