| Package | Description |
|---|---|
| org.wildfly.swarm | |
| org.wildfly.swarm.container |
| Modifier and Type | Method and Description |
|---|---|
Container |
ContainerFactory.newContainer(String... args) |
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.deploy()
Deploy the default WAR deployment.
|
Container |
Container.deploy(org.jboss.shrinkwrap.api.Archive<?> deployment)
Deploy an archive.
|
Container |
Container.fraction(Fraction fraction)
Add a fraction to the container.
|
Container |
Container.fraction(Supplier<Fraction> supplier) |
Container |
Container.iface(String name,
String expression)
Configure a network interface.
|
Container |
Container.socketBindingGroup(SocketBindingGroup group)
Configure a socket-binding-group.
|
Container |
Container.start()
Start the container.
|
Container |
Container.start(org.jboss.shrinkwrap.api.Archive<?> deployment)
Start the container with a deployment.
|
Container |
Container.stop()
Stop the container, undeploying all deployments.
|
| Modifier and Type | Method and Description |
|---|---|
Deployer |
Server.start(Container config) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.