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