public final class SelfContainedContainer extends Object
| Constructor and Description |
|---|
SelfContainedContainer() |
SelfContainedContainer(org.jboss.as.server.Bootstrap.ConfigurationPersisterFactory configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.server.ServerEnvironment |
determineEnvironment(Properties systemProperties,
Map<String,String> systemEnvironment,
org.jboss.as.server.ServerEnvironment.LaunchType launchType,
long startTime) |
org.jboss.msc.service.ServiceContainer |
start(List<org.jboss.dmr.ModelNode> containerDefinition) |
org.jboss.msc.service.ServiceContainer |
start(List<org.jboss.dmr.ModelNode> containerDefinition,
Collection<org.jboss.msc.service.ServiceActivator> additionalActivators)
The main method.
|
void |
stop()
Stops the service container and cleans up all file system resources.
|
public SelfContainedContainer()
public SelfContainedContainer(org.jboss.as.server.Bootstrap.ConfigurationPersisterFactory configuration)
public org.jboss.msc.service.ServiceContainer start(List<org.jboss.dmr.ModelNode> containerDefinition) throws ExecutionException, InterruptedException, ModuleLoadException
public org.jboss.msc.service.ServiceContainer start(List<org.jboss.dmr.ModelNode> containerDefinition, Collection<org.jboss.msc.service.ServiceActivator> additionalActivators) throws ExecutionException, InterruptedException, ModuleLoadException
containerDefinition - The container definition.ExecutionExceptionInterruptedExceptionModuleLoadExceptionpublic void stop()
throws Exception
Exceptionpublic org.jboss.as.server.ServerEnvironment determineEnvironment(Properties systemProperties, Map<String,String> systemEnvironment, org.jboss.as.server.ServerEnvironment.LaunchType launchType, long startTime)
Copyright © 2018 JBoss by Red Hat. All rights reserved.