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

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

Methods in com.ibm.wsspi.kernel.embeddable that return types with arguments of type Server.Result
 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.