| Modifier and Type | Method and Description |
|---|---|
static List<URI> |
ConnectorsUtil.getInstalledLibrariesFromManifest(String moduleDirectory,
ServerEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
ServerEnvironment |
ConnectorRuntime.getServerEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EmbeddedSecurity.isEmbedded(ServerEnvironment se) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EmbeddedSecurityUtil.isEmbedded(ServerEnvironment se) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StopServer.doExecute(org.glassfish.hk2.api.ServiceLocator habitat,
ServerEnvironment env,
boolean force)
Shutdown of the server :
All running services are stopped.
|
| Modifier and Type | Field and Description |
|---|---|
protected ServerEnvironment |
WebContainer.instance
false when the Grizzly File Cache is enabled.
|
| Modifier and Type | Field and Description |
|---|---|
protected ServerEnvironment |
BaseMonitoringNotifierConfigurer.server |
| Modifier and Type | Field and Description |
|---|---|
protected ServerEnvironment |
BaseHealthCheckNotifierConfigurer.server |
| Modifier and Type | Field and Description |
|---|---|
protected ServerEnvironment |
BaseNotificationConfigurer.server |
| Modifier and Type | Field and Description |
|---|---|
protected ServerEnvironment |
BaseRequestTracingNotifierConfigurer.server |
| Modifier and Type | Field and Description |
|---|---|
protected ServerEnvironment |
RestAdapter.serverEnvironment |
| Modifier and Type | Field and Description |
|---|---|
protected ServerEnvironment |
ManagedExecutorServiceBaseManager.environment |
| Modifier and Type | Method and Description |
|---|---|
static File |
DeploymentCommandUtils.renameUploadedFileOrCopyInPlaceFile(File finalUploadDir,
File fileParam,
Logger logger,
ServerEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
static String |
DeploymentUtils.getVirtualServers(String target,
ServerEnvironment env,
Domain domain) |
| Constructor and Description |
|---|
DeploymentContextImpl(ActionReport actionReport,
Logger logger,
ReadableArchive source,
OpsParams params,
ServerEnvironment env) |
DeploymentContextImpl(ActionReport actionReport,
ReadableArchive source,
OpsParams params,
ServerEnvironment env) |
DeploymentContextImpl(Deployment.DeploymentContextBuilder builder,
ServerEnvironment env)
Creates a new instance of DeploymentContext
|
| Modifier and Type | Field and Description |
|---|---|
protected ServerEnvironment |
JavaEEDeployer.env |
| Modifier and Type | Method and Description |
|---|---|
static URL[] |
ASClassLoaderUtil.getDeployParamLibrariesAsURLs(String librariesStr,
ServerEnvironment env)
converts libraries specified via the --libraries deployment option to
URL[].
|
static URL[] |
ASClassLoaderUtil.getLibrariesAsURLs(Set<String> librariesStr,
ServerEnvironment env)
converts libraries specified via EXTENSION_LIST entry in MANIFEST.MF of
all of the libraries of the deployed archive to
The libraries are made available to
the application in the order specified.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServerEnvironmentImpl
Defines various global configuration for the running GlassFish instance.
|
| Modifier and Type | Method and Description |
|---|---|
ServerEnvironment |
WebServiceContractImpl.getServerEnvironment() |
Copyright © 2017. All rights reserved.