Uses of Class
org.jboss.as.server.Bootstrap.Configuration
-
Packages that use Bootstrap.Configuration Package Description org.jboss.as.server org.jboss.as.server.moduleservice -
-
Uses of Bootstrap.Configuration in org.jboss.as.server
Methods in org.jboss.as.server with parameters of type Bootstrap.Configuration Modifier and Type Method Description static voidServerService. addService(org.jboss.msc.service.ServiceTarget serviceTarget, Bootstrap.Configuration configuration, ControlledProcessState processState, BootstrapListener bootstrapListener, RunningModeControl runningModeControl, ManagedAuditLogger auditLogger, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, SuspendController 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.Configuration Modifier and Type Method Description static voidServiceModuleLoader. addService(org.jboss.msc.service.ServiceTarget serviceTarget, Bootstrap.Configuration configuration)
-