Uses of Class
org.jboss.as.server.Bootstrap.Configuration
Packages that use Bootstrap.Configuration
-
Uses of Bootstrap.Configuration in org.jboss.as.server
Methods in org.jboss.as.server with parameters of type Bootstrap.ConfigurationModifier and TypeMethodDescriptionstatic voidServerService.addService(org.jboss.msc.service.ServiceTarget serviceTarget, Bootstrap.Configuration configuration, ControlledProcessState processState, BootstrapListener bootstrapListener, RunningModeControl runningModeControl, ManagedAuditLogger auditLogger, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, ServerSuspendController suspendController) Add this service to the given service target.org.jboss.threads.AsyncFuture<org.jboss.msc.service.ServiceContainer>Bootstrap.bootstrap(Bootstrap.Configuration configuration, List<org.jboss.msc.service.ServiceActivator> extraServices) Bootstrap a new server instance, providing aFuturethat will provide the server's MSCServiceContaineronce the root service for the server is started.org.jboss.threads.AsyncFuture<org.jboss.msc.service.ServiceContainer>Bootstrap.startup(Bootstrap.Configuration configuration, List<org.jboss.msc.service.ServiceActivator> extraServices) CallsBootstrap.bootstrap(Configuration, List)to bootstrap the container. -
Uses of Bootstrap.Configuration in org.jboss.as.server.moduleservice
Methods in org.jboss.as.server.moduleservice with parameters of type Bootstrap.ConfigurationModifier and TypeMethodDescriptionstatic voidServiceModuleLoader.addService(org.jboss.msc.service.ServiceTarget serviceTarget, Bootstrap.Configuration configuration)