Uses of Class
com.sun.enterprise.admin.launcher.GFLauncherException
-
Packages that use GFLauncherException Package Description com.sun.enterprise.admin.cli.cluster com.sun.enterprise.admin.launcher com.sun.enterprise.admin.servermgmt.cli -
-
Uses of GFLauncherException in com.sun.enterprise.admin.cli.cluster
Methods in com.sun.enterprise.admin.cli.cluster that throw GFLauncherException Modifier and Type Method Description voidStartLocalInstanceCommand. createLauncher()Create a launcher for the instance specified by arguments to this command. -
Uses of GFLauncherException in com.sun.enterprise.admin.launcher
Methods in com.sun.enterprise.admin.launcher that throw GFLauncherException Modifier and Type Method Description Map<String,String>GFLauncherInfo. getArgs()List<String>GFLauncherInfo. getArgsAsList()String[]GFLauncherInfo. getArgsAsStringArray()TEMPORARY.static GFLauncherGFLauncherFactory. getInstance(RuntimeType type)FileGFLauncherInfo. getInstanceRootDir()StringGFLauncher. getLogFilename()Get the location of the server logfileProcessGFLauncher. getProcess()You don't want to call this before calling launch because it would not make sense.ProcessStreamDrainerGFLauncher. getProcessStreamDrainer()A ProcessStreamDrainer is always attached to every Process created here.voidGFLauncher. launch()Launches the server.voidGFLauncher. launchJVM(List<String> cmdsIn)voidGFLauncher. relaunch()Launches the server - but forces the setup() to go through again.voidGFLauncher. setup() -
Uses of GFLauncherException in com.sun.enterprise.admin.servermgmt.cli
Methods in com.sun.enterprise.admin.servermgmt.cli that throw GFLauncherException Modifier and Type Method Description voidStartDomainCommand. createLauncher()Create a launcher for the domain specified by arguments to this command.The launcher is for a server of the specified type.voidStartServerCommand. createLauncher()Create a launcher for the whatever type of server "we" are.
-