| Package | Description |
|---|---|
| com.sun.enterprise.admin.cli.cluster | |
| com.sun.enterprise.admin.launcher | |
| com.sun.enterprise.admin.servermgmt.cli |
| Modifier and Type | Method and Description |
|---|---|
void |
StartLocalInstanceCommand.createLauncher()
Create a launcher for the instance specified by arguments to this command.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
GFLauncherInfo.getArgs() |
List<String> |
GFLauncherInfo.getArgsAsList() |
String[] |
GFLauncherInfo.getArgsAsStringArray()
TEMPORARY.
|
static GFLauncher |
GFLauncherFactory.getInstance(RuntimeType type) |
File |
GFLauncherInfo.getInstanceRootDir() |
String |
GFLauncher.getLogFilename()
Get the location of the server logfile
|
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(List<String> cmdsIn) |
void |
GFLauncher.relaunch()
Launches the server - but forces the setup() to go through again.
|
void |
GFLauncher.setup() |
| Modifier and Type | Method and Description |
|---|---|
void |
StartDomainCommand.createLauncher()
Create a launcher for the domain specified by arguments to
this command.The launcher is for a server of the specified type.
|
void |
StartServerCommand.createLauncher()
Create a launcher for the whatever type of server "we" are.
|
Copyright © 2019. All rights reserved.