com.ibm.wsspi.kernel.embeddable

Uses of Interface Server.Result

Uses of Server.Result in com.ibm.wsspi.kernel.embeddable

Modifier and Type Method and Description
  1. 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.
  1. java.util.concurrent.Future<Server.Result>
Server.start(java.lang.String... arguments)
Start the Liberty server instance using the given arguments.
  1. java.util.concurrent.Future<Server.Result>
Server.stop(java.lang.String... arguments)
Stop the Liberty server instance.