Class GFLauncherFactory
- java.lang.Object
-
- com.sun.enterprise.admin.launcher.GFLauncherFactory
-
public class GFLauncherFactory extends Object
- Author:
- bnevins
-
-
Constructor Summary
Constructors Constructor Description GFLauncherFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GFLaunchergetInstance(org.glassfish.api.admin.RuntimeType type)
-
-
-
Method Detail
-
getInstance
public static GFLauncher getInstance(org.glassfish.api.admin.RuntimeType type) throws GFLauncherException
- Parameters:
type- The type of server to launch.- Returns:
- A launcher instance that can be used for launching the specified server type.
- Throws:
GFLauncherException
-
-