Uses of Interface
org.glassfish.api.admin.ServerEnvironment
-
-
Uses of ServerEnvironment in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api with parameters of type ServerEnvironment Modifier and Type Method Description static List<URI>ConnectorsUtil. getInstalledLibrariesFromManifest(String moduleDirectory, ServerEnvironment env) -
Uses of ServerEnvironment in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return ServerEnvironment Modifier and Type Method Description ServerEnvironmentConnectorRuntime. getServerEnvironment() -
Uses of ServerEnvironment in com.sun.enterprise.security
Methods in com.sun.enterprise.security with parameters of type ServerEnvironment Modifier and Type Method Description booleanEmbeddedSecurity. isEmbedded(ServerEnvironment se) -
Uses of ServerEnvironment in com.sun.enterprise.security.embedded
Methods in com.sun.enterprise.security.embedded with parameters of type ServerEnvironment Modifier and Type Method Description booleanEmbeddedSecurityUtil. isEmbedded(ServerEnvironment se) -
Uses of ServerEnvironment in com.sun.enterprise.v3.admin
Methods in com.sun.enterprise.v3.admin with parameters of type ServerEnvironment Modifier and Type Method Description protected voidStopServer. doExecute(org.glassfish.hk2.api.ServiceLocator habitat, ServerEnvironment env, boolean force)Shutdown of the server : All running services are stopped. -
Uses of ServerEnvironment in com.sun.enterprise.web
Fields in com.sun.enterprise.web declared as ServerEnvironment Modifier and Type Field Description protected ServerEnvironmentWebContainer. instance -
Uses of ServerEnvironment in fish.payara.internal.notification.admin
Fields in fish.payara.internal.notification.admin declared as ServerEnvironment Modifier and Type Field Description protected ServerEnvironmentBaseSetNotifierConfigurationCommand. server -
Uses of ServerEnvironment in fish.payara.nucleus.microprofile.config.source.extension
Fields in fish.payara.nucleus.microprofile.config.source.extension declared as ServerEnvironment Modifier and Type Field Description protected ServerEnvironmentBaseSetConfigSourceConfigurationCommand. server -
Uses of ServerEnvironment in org.glassfish.admin.rest.adapter
Fields in org.glassfish.admin.rest.adapter declared as ServerEnvironment Modifier and Type Field Description protected ServerEnvironmentRestAdapter. serverEnvironment -
Uses of ServerEnvironment in org.glassfish.concurrent.admin
Fields in org.glassfish.concurrent.admin declared as ServerEnvironment Modifier and Type Field Description protected ServerEnvironmentManagedExecutorServiceBaseManager. environment -
Uses of ServerEnvironment in org.glassfish.deployment.admin
Methods in org.glassfish.deployment.admin with parameters of type ServerEnvironment Modifier and Type Method Description static FileDeploymentCommandUtils. renameUploadedFileOrCopyInPlaceFile(File finalUploadDir, File fileParam, Logger logger, ServerEnvironment env) -
Uses of ServerEnvironment in org.glassfish.deployment.common
Methods in org.glassfish.deployment.common with parameters of type ServerEnvironment Modifier and Type Method Description static StringDeploymentUtils. getVirtualServers(String target, ServerEnvironment env, Domain domain)Constructors in org.glassfish.deployment.common with parameters of type ServerEnvironment Constructor 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 -
Uses of ServerEnvironment in org.glassfish.javaee.core.deployment
Fields in org.glassfish.javaee.core.deployment declared as ServerEnvironment Modifier and Type Field Description protected ServerEnvironmentJavaEEDeployer. env -
Uses of ServerEnvironment in org.glassfish.loader.util
Methods in org.glassfish.loader.util with parameters of type ServerEnvironment Modifier and Type Method 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. -
Uses of ServerEnvironment in org.glassfish.server
Classes in org.glassfish.server that implement ServerEnvironment Modifier and Type Class Description classServerEnvironmentImplDefines various global configuration for the running GlassFish instance. -
Uses of ServerEnvironment in org.glassfish.webservices
Methods in org.glassfish.webservices that return ServerEnvironment Modifier and Type Method Description ServerEnvironmentWebServiceContractImpl. getServerEnvironment()
-