public interface ServerBootstrap
| Modifier and Type | Field and Description |
|---|---|
static String |
WELD_INSTANCE_ID |
| Modifier and Type | Method and Description |
|---|---|
Server |
bootstrap() |
ServerBootstrap |
withArguments(String[] args) |
ServerBootstrap |
withBootstrapDebug(boolean debugBootstrap) |
ServerBootstrap |
withExplicitlyInstalledFractions(Collection<Fraction> explicitlyInstalledFractions) |
ServerBootstrap |
withOutboundSocketBindings(List<OutboundSocketBindingRequest> bindings) |
ServerBootstrap |
withSocketBindings(List<SocketBindingRequest> bindings) |
ServerBootstrap |
withStageConfig(Optional<ProjectStage> stageConfig) |
ServerBootstrap |
withStageConfigUrl(String stageConfigUrl) |
ServerBootstrap |
withUserComponents(Set<Class<?>> userComponentClasses) |
ServerBootstrap |
withXmlConfig(Optional<URL> url) |
static final String WELD_INSTANCE_ID
ServerBootstrap withArguments(String[] args)
ServerBootstrap withStageConfig(Optional<ProjectStage> stageConfig)
ServerBootstrap withStageConfigUrl(String stageConfigUrl)
ServerBootstrap withXmlConfig(Optional<URL> url)
ServerBootstrap withBootstrapDebug(boolean debugBootstrap)
ServerBootstrap withExplicitlyInstalledFractions(Collection<Fraction> explicitlyInstalledFractions)
ServerBootstrap withUserComponents(Set<Class<?>> userComponentClasses)
ServerBootstrap withSocketBindings(List<SocketBindingRequest> bindings)
ServerBootstrap withOutboundSocketBindings(List<OutboundSocketBindingRequest> bindings)
Copyright © 2016 JBoss by Red Hat. All rights reserved.