public final class SelfContainedContainer extends Object
| Constructor and Description |
|---|
SelfContainedContainer() |
| Modifier and Type | Method and Description |
|---|---|
static ServerEnvironment |
determineEnvironment(Properties systemProperties,
Map<String,String> systemEnvironment,
ServerEnvironment.LaunchType launchType) |
org.jboss.msc.service.ServiceContainer |
start(List<org.jboss.dmr.ModelNode> containerDefinition,
ContentProvider contentProvider)
The main method.
|
public org.jboss.msc.service.ServiceContainer start(List<org.jboss.dmr.ModelNode> containerDefinition, ContentProvider contentProvider) throws ExecutionException, InterruptedException, org.jboss.modules.ModuleLoadException
containerDefinition - The container definition.ExecutionExceptionInterruptedExceptionorg.jboss.modules.ModuleLoadExceptionpublic static ServerEnvironment determineEnvironment(Properties systemProperties, Map<String,String> systemEnvironment, ServerEnvironment.LaunchType launchType)
Copyright © 2015 JBoss by Red Hat. All rights reserved.