Index

A C F G I L M N P R S T W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addArgs(String...) - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
Add the string arguments in the order given.
addSecurityToken(String, String) - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
Adds the given name value pair as a security token.
append(String) - Method in class com.sun.enterprise.admin.launcher.CommandLine
Appends new item without any formatting.
append(Path) - Method in class com.sun.enterprise.admin.launcher.CommandLine
Appends path, normalized, absolute and quoted if needed.
appendClassPath(File...) - Method in class com.sun.enterprise.admin.launcher.CommandLine
Appends classpath argument (whole -cp [paths])
appendJavaOption(String) - Method in class com.sun.enterprise.admin.launcher.CommandLine
Appends java option without any changes.
appendJavaOption(String, Path) - Method in class com.sun.enterprise.admin.launcher.CommandLine
Appends java option.
appendNativeLibraryPath(File...) - Method in class com.sun.enterprise.admin.launcher.CommandLine
Appends java system option "java.library.path".
appendSystemOption(String, String) - Method in class com.sun.enterprise.admin.launcher.CommandLine
Appends java system option.
argsToMap(String[]) - Static method in class com.sun.enterprise.admin.launcher.ArgumentManager
 
argsToMap(List<String>) - Static method in class com.sun.enterprise.admin.launcher.ArgumentManager
 
ArgumentManager - Class in com.sun.enterprise.admin.launcher
API -- For now sticking with the draft1 API and behavior This class will be handy for fixing error detection of bad input as below.

C

com.sun.enterprise.admin.launcher - package com.sun.enterprise.admin.launcher
 
COMMAND_LINE - Static variable in class com.sun.enterprise.admin.launcher.GFLauncherLogger
 
CommandLine - Class in com.sun.enterprise.admin.launcher
Universal command line for launching the GlassFish reliably in all scenarios.
CommandLine(CommandLine.CommandFormat) - Constructor for class com.sun.enterprise.admin.launcher.CommandLine
 
copy_server_policy - Static variable in class com.sun.enterprise.admin.launcher.GFLauncherLogger
 

F

fine(String, Object...) - Static method in class com.sun.enterprise.admin.launcher.GFLauncherLogger
 

G

getAdminAddresses() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
getAdminRealmKeyFile() - Method in class com.sun.enterprise.admin.launcher.GFLauncher
Returns the admin realm key file for the server, if the admin realm is a FileRealm.
getArgs() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
getArgsAsList() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
getArgsAsStringArray() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
TEMPORARY.
getCommandLine() - Method in class com.sun.enterprise.admin.launcher.GFLauncher
 
getConfigDir() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
getConfigFile() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
getDebugPort() - Method in class com.sun.enterprise.admin.launcher.GFLauncher
Return the port number of the debug port, or -1 if debugging is not enabled.
getDomainName() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
getDomainRootDir() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
getExitValue() - Method in class com.sun.enterprise.admin.launcher.GFLauncher
Returns the exit value of the glassFishProcess.
getFormat() - Method in class com.sun.enterprise.admin.launcher.CommandLine
 
getInfo() - Method in class com.sun.enterprise.admin.launcher.GFLauncher
 
getInstance(RuntimeType) - Static method in class com.sun.enterprise.admin.launcher.GFLauncherFactory
 
getInstanceName() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
getInstanceRootDir() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
getJvmOptions() - Method in class com.sun.enterprise.admin.launcher.GFLauncher
 
getLogFilename() - Method in class com.sun.enterprise.admin.launcher.GFLauncher
Get the location of the server logfile
getProcess() - Method in class com.sun.enterprise.admin.launcher.GFLauncher
You don't want to call this before calling launch because it would not make sense.
getProcessStreamDrainer() - Method in class com.sun.enterprise.admin.launcher.GFLauncher
A ProcessStreamDrainer is always attached to every Process created here.
getType() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
GFLauncher - Class in com.sun.enterprise.admin.launcher
This is the main Launcher class designed for external and internal usage.
GFLauncherException - Exception in com.sun.enterprise.admin.launcher
The one and only type of Exception that will be thrown out of this package.
GFLauncherException(String) - Constructor for exception com.sun.enterprise.admin.launcher.GFLauncherException
 
GFLauncherException(String, Object...) - Constructor for exception com.sun.enterprise.admin.launcher.GFLauncherException
 
GFLauncherException(String, Throwable) - Constructor for exception com.sun.enterprise.admin.launcher.GFLauncherException
 
GFLauncherException(String, Throwable, Object...) - Constructor for exception com.sun.enterprise.admin.launcher.GFLauncherException
 
GFLauncherException(Throwable) - Constructor for exception com.sun.enterprise.admin.launcher.GFLauncherException
 
GFLauncherFactory - Class in com.sun.enterprise.admin.launcher
 
GFLauncherFactory() - Constructor for class com.sun.enterprise.admin.launcher.GFLauncherFactory
 
GFLauncherInfo - Class in com.sun.enterprise.admin.launcher
 
GFLauncherLogger - Class in com.sun.enterprise.admin.launcher
Special logger for launchers used to start server in separate JVMs.
GFLauncherMain - Class in com.sun.enterprise.admin.launcher
 
GFLauncherMain() - Constructor for class com.sun.enterprise.admin.launcher.GFLauncherMain
 

I

info(String, Object...) - Static method in class com.sun.enterprise.admin.launcher.GFLauncherLogger
 
isDebug() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
isDebugSuspend() - Method in class com.sun.enterprise.admin.launcher.GFLauncher
Return true if suspend=y AND debugging is on. otherwise return false.
isDomain() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
isDropInterruptedCommands() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
isInstance() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
isSecureAdminEnabled() - Method in class com.sun.enterprise.admin.launcher.GFLauncher
Returns true if secure admin is enabled
isSuspend() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
isUpgrade() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
isVerbose() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
isWatchdog() - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
iterator() - Method in class com.sun.enterprise.admin.launcher.CommandLine
 

L

launch() - Method in class com.sun.enterprise.admin.launcher.GFLauncher
Launches the server.
LAUNCH_FAILURE - Static variable in class com.sun.enterprise.admin.launcher.GFLauncherLogger
 
listIterator() - Method in class com.sun.enterprise.admin.launcher.CommandLine
 
LOGGER_NAME - Static variable in class com.sun.enterprise.admin.launcher.GFLauncherLogger
 

M

main(String[]) - Static method in class com.sun.enterprise.admin.launcher.GFLauncherMain
 

N

needsAutoUpgrade() - Method in class com.sun.enterprise.admin.launcher.GFLauncher
Does this domain need to be automatically upgraded before it can be started?
needsManualUpgrade() - Method in class com.sun.enterprise.admin.launcher.GFLauncher
Does this domain need to be manually upgraded before it can be started?
NO_FLASHLIGHT_AGENT - Static variable in class com.sun.enterprise.admin.launcher.GFLauncherLogger
 
NO_QUOTES_ALLOWED - Static variable in class com.sun.enterprise.admin.launcher.GFLauncherLogger
 

P

Profiler - Class in com.sun.enterprise.admin.launcher
This class wraps the profiler element in java-config Note that the V2 dtd says that there can be generic property elements in the profiler element.

R

relaunch() - Method in class com.sun.enterprise.admin.launcher.GFLauncher
Launches the server - but forces the setup() to go through again.

S

setCommandLine(CommandLine) - Method in class com.sun.enterprise.admin.launcher.GFLauncher
 
setDebug(boolean) - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
Starts the server in debug mode
setDomainName(String) - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
Set the (optional) domain name.
setDomainParentDir(String) - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
Set the (optional) domain parent directory.
setDomainRootDir(File) - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
setDropInterruptedCommands(boolean) - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
setInstanceName(String) - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
setInstanceRootDir(File) - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
setRespawnInfo(String, String, String[]) - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
 
setSuspend(boolean) - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
Starts the server in suspended debug mode
setup() - Method in class com.sun.enterprise.admin.launcher.GFLauncher
 
setUpgrade(boolean) - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
Starts the server in upgrade mode
setVerbose(boolean) - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
Starts the server in verbose mode
setWatchdog(boolean) - Method in class com.sun.enterprise.admin.launcher.GFLauncherInfo
Starts the server in watchdog mode.
severe(String, Object...) - Static method in class com.sun.enterprise.admin.launcher.GFLauncherLogger
 
SHARED_LOGMESSAGE_RESOURCE - Static variable in class com.sun.enterprise.admin.launcher.GFLauncherLogger
 

T

toList() - Method in class com.sun.enterprise.admin.launcher.CommandLine
Converts the object to an unmodifiable list of elements.
toString() - Method in class com.sun.enterprise.admin.launcher.CommandLine
Generates the final command using an empty space as a separator.
toString(String) - Method in class com.sun.enterprise.admin.launcher.CommandLine
Generates the final command using given separator.

W

warning(String, Object...) - Static method in class com.sun.enterprise.admin.launcher.GFLauncherLogger
 
A C F G I L M N P R S T W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form