org.netbeans.modules.j2ee.deployment.devmodules.api
Class ServerManager

java.lang.Object
  extended by org.netbeans.modules.j2ee.deployment.devmodules.api.ServerManager

public final class ServerManager
extends Object

ServerManager class provides access to the Server Manager dialog.

Since:
1.7

Method Summary
static void showCustomizer(String serverInstanceID)
          Display the modal Server Manager dialog with the specified server instance preselected.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showCustomizer

public static void showCustomizer(String serverInstanceID)
Display the modal Server Manager dialog with the specified server instance preselected. This method should be called form the AWT event dispatch thread.

Parameters:
serverInstanceID - server instance which should be preselected, if null the first server instance will be preselected.

 

Built on March 27 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.