Uses of Class
org.jboss.as.server.ServerEnvironment
Packages that use ServerEnvironment
Package
Description
The JBossAS domain deployment subsystem classes.
-
Uses of ServerEnvironment in org.jboss.as.server
Fields in org.jboss.as.server declared as ServerEnvironmentModifier and TypeFieldDescriptionprotected final ServerEnvironmentServerEnvironmentAwareProcessReloadHandler.environmentFields in org.jboss.as.server with type parameters of type ServerEnvironmentModifier and TypeFieldDescriptionstatic final org.wildfly.service.descriptor.NullaryServiceDescriptor<ServerEnvironment>ServerEnvironment.SERVICE_DESCRIPTORMethods in org.jboss.as.server that return ServerEnvironmentModifier and TypeMethodDescriptionBootstrap.Configuration.getServerEnvironment()Get the server environment.ServerEnvironmentWrapper.getServerEnvironment()Methods in org.jboss.as.server with parameters of type ServerEnvironmentModifier and TypeMethodDescriptionstatic voidServerEnvironmentService.addService(ServerEnvironment serverEnvironment, org.jboss.msc.service.ServiceTarget target) Adds a ServerEnvironmentService based on the givenserverEnvironmentto the given batch under nameServerEnvironmentService.SERVICE_NAME.static org.jboss.msc.service.ServiceController<?>ServerPathManagerService.addService(org.jboss.msc.service.ServiceTarget serviceTarget, ServerPathManagerService service, ServerEnvironment serverEnvironment) Bootstrap.ConfigurationPersisterFactory.createConfigurationPersister(ServerEnvironment serverEnvironment, ExecutorService executorService) ServerEnvironmentResourceDescription.of(ServerEnvironment environment) A factory method for creating a new server environment resource description.Constructors in org.jboss.as.server with parameters of type ServerEnvironmentModifierConstructorDescriptionConfiguration(ServerEnvironment serverEnvironment) ServerEnvironmentAwareProcessReloadHandler(org.jboss.msc.service.ServiceName rootService, RunningModeControl runningModeControl, ControlledProcessState processState, ServerEnvironment environment) ServerEnvironmentSystemPropertyUpdater(ServerEnvironment serverEnvironment) -
Uses of ServerEnvironment in org.jboss.as.server.controller.resources
Methods in org.jboss.as.server.controller.resources with parameters of type ServerEnvironmentModifier and TypeMethodDescriptionServerDeploymentResourceDefinition.create(ContentRepository contentRepository, ServerEnvironment serverEnvironment) SystemPropertyResourceDefinition.createForStandaloneServer(ServerEnvironment processEnvironment) Constructors in org.jboss.as.server.controller.resources with parameters of type ServerEnvironmentModifierConstructorDescriptionServerRootResourceDefinition(ContentRepository contentRepository, ExtensibleConfigurationPersister extensibleConfigurationPersister, ServerEnvironment serverEnvironment, ControlledProcessState processState, RunningModeControl runningModeControl, ExtensionRegistry extensionRegistry, boolean parallelBoot, PathManagerService pathManager, DomainServerCommunicationServices.OperationIDUpdater operationIDUpdater, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, ManagedAuditLogger auditLogger, MutableRootResourceRegistrationProvider rootResourceRegistrationProvider, BootErrorCollector bootErrorCollector, CapabilityRegistry capabilityRegistry, ServerSuspendController suspendController) -
Uses of ServerEnvironment in org.jboss.as.server.deployment
Constructors in org.jboss.as.server.deployment with parameters of type ServerEnvironmentModifierConstructorDescriptionExplodedDeploymentAddContentHandler(ContentRepository contentRepository, ServerEnvironment serverEnvironment) ExplodedDeploymentRemoveContentHandler(ContentRepository contentRepository, ServerEnvironment serverEnvironment) -
Uses of ServerEnvironment in org.jboss.as.server.operations
Methods in org.jboss.as.server.operations with parameters of type ServerEnvironmentModifier and TypeMethodDescriptionstatic InstallationReportHandlerInstallationReportHandler.createOperation(ServerEnvironment environment) static voidServerProcessReloadHandler.registerEnhancedReloadOperation(ManagementResourceRegistration resourceRegistration, RunningModeControl runningModeControl, ControlledProcessState processState, ServerEnvironment serverEnvironment, ExtensibleConfigurationPersister extensibleConfigurationPersister) static voidServerProcessReloadHandler.registerStandardReloadOperation(ManagementResourceRegistration resourceRegistration, RunningModeControl runningModeControl, ControlledProcessState processState, ServerEnvironment serverEnvironment, ExtensibleConfigurationPersister extensibleConfigurationPersister) Constructors in org.jboss.as.server.operations with parameters of type ServerEnvironmentModifierConstructorDescriptionServerDomainProcessReloadHandler(org.jboss.msc.service.ServiceName rootService, RunningModeControl runningModeControl, ControlledProcessState processState, DomainServerCommunicationServices.OperationIDUpdater operationIDUpdater, ServerEnvironment serverEnvironment) ServerProcessReloadHandler(org.jboss.msc.service.ServiceName rootService, RunningModeControl runningModeControl, ControlledProcessState processState, ServerEnvironment environment, Set<String> additionalAttributes, ExtensibleConfigurationPersister extensibleConfigurationPersister) ServerShutdownHandler(ControlledProcessState processState, ServerEnvironment serverEnvironment, ServerSuspendController suspendController)