Secure Global Desktop Administration Guide > Applets > getObjectDisplayNameByName (webtop script and webtop tray applets)
String getObjectDisplayNameByName(String objectName)
Returns the name Secure Global Desktop displays as part of the link
if the webtop tray applet's ShowIcon
parameter has the value true
.
objectName is the full TFN name name of an application on the user's webtop.
This method can be used with either the webtop script applet or the webtop tray applet.
disName = applet.getObjectDisplayNameByName(".../_ens/o=Indigo Insurance/ou=Finance/ou=Administration/cn=Phone List"); alert("The application display name is: " + disName);
Displays a dialog containing the display name of the Phone List object.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.