Secure Global Desktop 管理者ガイド
> アプレット
> setWindowsTempDir (印刷アプレット)
boolean setWindowsTempDir(String dir)
The setWindowsTempDir method lets you specify the download location for print jobs on the Windows client device.
setWindowsTempDir reports success or failure by returning true or false.
setWindowsTempDir("c:\windows\temp");
Downloads print jobs to c:\windows\temp before printing.
Copyright © 1997-2006 Sun Microsystems, Inc. All rights reserved.