Interface MyVDServer


public interface MyVDServer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.sourceforge.myvd.core.InsertChain
     
    net.sourceforge.myvd.router.Router
     
    void
     
    void
     
    void
     
  • Field Details

  • Method Details

    • getGlobalChain

      net.sourceforge.myvd.core.InsertChain getGlobalChain()
    • getRouter

      net.sourceforge.myvd.router.Router getRouter()
    • reload

      void reload() throws Exception
      Throws:
      Exception
    • startServer

      void startServer() throws Exception
      Throws:
      Exception
    • stopServer

      void stopServer() throws Exception
      Throws:
      Exception