Secure Global Desktop 管理者ガイド
> アプレット
> killIterator (Webtop スクリプトアプレットおよび Webtop トレイアプレット)
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-2006 Sun Microsystems, Inc. All rights reserved.