com.sun.enterprise.admin.launcher
Class GFLauncherFactory

java.lang.Object
  extended by com.sun.enterprise.admin.launcher.GFLauncherFactory

public class GFLauncherFactory
extends java.lang.Object

Author:
bnevins

Constructor Summary
GFLauncherFactory()
           
 
Method Summary
static GFLauncher getInstance(RuntimeType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GFLauncherFactory

public GFLauncherFactory()
Method Detail

getInstance

public static GFLauncher getInstance(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


Copyright © 2012 GlassFish Community. All Rights Reserved.