public class WeldStartService extends Object implements org.jboss.msc.Service
WeldBootstrapServiceWeldStartCompletionService| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
WeldStartService(Supplier<WeldBootstrapService> bootstrapSupplier,
List<org.jboss.as.server.deployment.SetupAction> setupActions,
ClassLoader classLoader,
org.jboss.msc.service.ServiceName deploymentServiceName) |
| Modifier and Type | Method and Description |
|---|---|
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context)
Stops the container
Executed in WeldStartService to shutdown the runtime before NamingService is closed.
|
public WeldStartService(Supplier<WeldBootstrapService> bootstrapSupplier, List<org.jboss.as.server.deployment.SetupAction> setupActions, ClassLoader classLoader, org.jboss.msc.service.ServiceName deploymentServiceName)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.ServiceIllegalStateException - if the container is not runningCopyright © 2020 JBoss by Red Hat. All rights reserved.