Secure Global Desktop Administration Guide > Applets > killIterator (webtop script and webtop tray applets)
void killIterator(String iteratorHandle)
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.
applet.killIterator(iterator)
Frees resources associated with the iterator handle.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.