Package | Description |
---|---|
org.jboss.as.server | |
org.jboss.as.server.moduleservice |
Modifier and Type | Method and Description |
---|---|
static void |
ServerService.addService(org.jboss.msc.service.ServiceTarget serviceTarget,
Bootstrap.Configuration configuration,
ControlledProcessState processState,
BootstrapListener bootstrapListener,
RunningModeControl runningModeControl,
AbstractVaultReader vaultReader,
ManagedAuditLogger auditLogger,
DelegatingConfigurableAuthorizer authorizer)
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 a
Future that will provide the
server's MSC ServiceContainer once 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)
Calls
Bootstrap.bootstrap(Configuration, List) to bootstrap the container. |
Modifier and Type | Method and Description |
---|---|
static void |
ServiceModuleLoader.addService(org.jboss.msc.service.ServiceTarget serviceTarget,
Bootstrap.Configuration configuration) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.