Class ServerMain

java.lang.Object
org.bkvm.server.ServerMain
All Implemented Interfaces:
java.lang.AutoCloseable

public class ServerMain
extends java.lang.Object
implements java.lang.AutoCloseable
  • Constructor Summary

    Constructors 
    Constructor Description
    ServerMain​(java.util.Properties configuration)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    static ServerMain getRunningInstance()  
    java.lang.String getUiurl()  
    boolean isStarted()  
    void join()  
    static void main​(java.lang.String... args)  
    void start()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ServerMain

      public ServerMain​(java.util.Properties configuration)
  • Method Details

    • main

      public static void main​(java.lang.String... args)
    • getRunningInstance

      public static ServerMain getRunningInstance()
    • close

      public void close()
      Specified by:
      close in interface java.lang.AutoCloseable
    • isStarted

      public boolean isStarted()
    • join

      public void join()
    • start

      public void start() throws java.lang.Exception
      Throws:
      java.lang.Exception
    • getUiurl

      public java.lang.String getUiurl()