public interface LifecycleEventContext
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCmdLineArgs()
Get the server command-line arguments
|
InitialContext |
getInitialContext()
Get the initial naming context.
|
String |
getInstallRoot()
Get server install root
|
String |
getInstanceName()
Get the server instance name
|
void |
log(String message)
Writes the specified message to a server log file.
|
void |
log(String message,
Throwable throwable)
Writes an explanatory message and a stack trace
for a given
Throwable exception
to the server log file. |
String[] getCmdLineArgs()
String getInstallRoot()
String getInstanceName()
InitialContext getInitialContext()
void log(String message)
message - a String specifying the
message to be written to the log fileCopyright © 2017–2020 Eclipse Foundation. All rights reserved.