org.netbeans.modules.j2ee.deployment.devmodules.api
Class ServerManager
java.lang.Object
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 |
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.