Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

  • Packages that use Server.Result 
    Package Description
    com.ibm.wsspi.kernel.embeddable
    SPI for launching the Liberty profile within an existing JVM process.
    • 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 
      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.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes