public final class SelfContainedContainer extends Object
| Constructor and Description |
|---|
SelfContainedContainer() |
SelfContainedContainer(Bootstrap.ConfigurationPersisterFactory configuration) |
| Modifier and Type | Method and Description |
|---|---|
ServerEnvironment |
determineEnvironment(Properties systemProperties,
Map<String,String> systemEnvironment,
ServerEnvironment.LaunchType launchType,
long startTime) |
org.jboss.msc.service.ServiceContainer |
start(List<org.jboss.dmr.ModelNode> containerDefinition,
ContentProvider contentProvider) |
org.jboss.msc.service.ServiceContainer |
start(List<org.jboss.dmr.ModelNode> containerDefinition,
ContentProvider contentProvider,
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(Bootstrap.ConfigurationPersisterFactory configuration)
public org.jboss.msc.service.ServiceContainer start(List<org.jboss.dmr.ModelNode> containerDefinition, ContentProvider contentProvider) throws ExecutionException, InterruptedException, org.jboss.modules.ModuleLoadException
ExecutionExceptionInterruptedExceptionorg.jboss.modules.ModuleLoadExceptionpublic org.jboss.msc.service.ServiceContainer start(List<org.jboss.dmr.ModelNode> containerDefinition, ContentProvider contentProvider, Collection<org.jboss.msc.service.ServiceActivator> additionalActivators) throws ExecutionException, InterruptedException, org.jboss.modules.ModuleLoadException
containerDefinition - The container definition.ExecutionExceptionInterruptedExceptionorg.jboss.modules.ModuleLoadExceptionpublic void stop()
throws Exception
Exceptionpublic ServerEnvironment determineEnvironment(Properties systemProperties, Map<String,String> systemEnvironment, ServerEnvironment.LaunchType launchType, long startTime)
Copyright © 2016 JBoss by Red Hat. All rights reserved.