Uses of Class
org.jboss.as.server.ServerEnvironment
-
Packages that use ServerEnvironment Package Description org.jboss.as.server org.jboss.as.server.controller.resources org.jboss.as.server.deployment The JBossAS domain deployment subsystem classes.org.jboss.as.server.operations -
-
Uses of ServerEnvironment in org.jboss.as.server
Fields in org.jboss.as.server declared as ServerEnvironment Modifier and Type Field Description protected ServerEnvironmentServerEnvironmentAwareProcessReloadHandler. environmentFields in org.jboss.as.server with type parameters of type ServerEnvironment Modifier and Type Field Description static org.wildfly.service.descriptor.NullaryServiceDescriptor<ServerEnvironment>ServerEnvironment. SERVICE_DESCRIPTORMethods in org.jboss.as.server that return ServerEnvironment Modifier and Type Method Description ServerEnvironmentBootstrap.Configuration. getServerEnvironment()Get the server environment.ServerEnvironmentServerEnvironmentWrapper. getServerEnvironment()Methods in org.jboss.as.server with parameters of type ServerEnvironment Modifier and Type Method Description static 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)ExtensibleConfigurationPersisterBootstrap.ConfigurationPersisterFactory. createConfigurationPersister(ServerEnvironment serverEnvironment, ExecutorService executorService)static ServerEnvironmentResourceDescriptionServerEnvironmentResourceDescription. of(ServerEnvironment environment)A factory method for creating a new server environment resource description.Constructors in org.jboss.as.server with parameters of type ServerEnvironment Constructor Description Configuration(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 ServerEnvironment Modifier and Type Method Description static ServerDeploymentResourceDefinitionServerDeploymentResourceDefinition. create(ContentRepository contentRepository, ServerEnvironment serverEnvironment)static SystemPropertyResourceDefinitionSystemPropertyResourceDefinition. createForStandaloneServer(ServerEnvironment processEnvironment)Constructors in org.jboss.as.server.controller.resources with parameters of type ServerEnvironment Constructor Description ServerRootResourceDefinition(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 ServerEnvironment Constructor Description ExplodedDeploymentAddContentHandler(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 ServerEnvironment Modifier and Type Method Description static 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 ServerEnvironment Constructor Description ServerDomainProcessReloadHandler(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)
-