Uses of Class
com.sun.enterprise.admin.launcher.GFLauncherException

Uses of GFLauncherException in com.sun.enterprise.admin.launcher
 

Methods in com.sun.enterprise.admin.launcher that throw GFLauncherException
 java.util.Map<java.lang.String,java.lang.String> GFLauncherInfo.getArgs()
           
 java.util.List<java.lang.String> GFLauncherInfo.getArgsAsList()
           
 java.lang.String[] GFLauncherInfo.getArgsAsStringArray()
          TEMPORARY.
static GFLauncher GFLauncherFactory.getInstance(RuntimeType type)
           
 java.io.File GFLauncherInfo.getInstanceRootDir()
           
 java.lang.String GFLauncher.getLogFilename()
          Get the location of the server logfile
 java.lang.Process GFLauncher.getProcess()
          You don't want to call this before calling launch because it would not make sense.
 ProcessStreamDrainer GFLauncher.getProcessStreamDrainer()
          A ProcessStreamDrainer is always attached to every Process created here.
 void GFLauncher.launch()
          Launches the server.
 void GFLauncher.launchJVM(java.util.List<java.lang.String> cmdsIn)
           
 void GFLauncher.relaunch()
          Launches the server - but forces the setup() to go through again.
 void GFLauncher.setup()
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.