| Package | Description |
|---|---|
| org.wildfly.swarm.container |
| 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.deploy(Deployment deployment)
Deploy a deployment
|
Container |
Container.fraction(Fraction fraction)
Add a fraction to the container.
|
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(Deployment deployment)
Start the container with a deployment.
|
Container |
Container.stop()
Stop the container, undeploying all deployments.
|
Container |
Container.subsystem(Fraction fraction)
Add a fraction to the container.
|
| Modifier and Type | Method and Description |
|---|---|
Deployer |
Server.start(Container config) |
| Constructor and Description |
|---|
DefaultWarDeployment(Container container) |
DefaultWarDeployment(Container container,
String contextPath) |
DependencyDeployment(Container container,
String gav)
Construct
|
DependencyDeployment(Container container,
String gav,
String name)
Construct
|
WarDeployment(Container container) |
WarDeployment(Container container,
String contextPath) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.