Package | Description |
---|---|
com.ibm.wsspi.kernel.embeddable |
SPI for launching the Liberty profile within an existing JVM process.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<Server.Result> |
Server.start(java.util.Map<java.lang.String,java.lang.String> props,
java.lang.String... arguments)
Start the Liberty server instance using the given arguments.
|
java.util.concurrent.Future<Server.Result> |
Server.start(java.lang.String... arguments)
Start the Liberty server instance using the given arguments.
|
java.util.concurrent.Future<Server.Result> |
Server.stop(java.lang.String... arguments)
Stop the Liberty server instance.
|