Interface ServerProxy

All Known Implementing Classes:
ServerProxyImpl

public interface ServerProxy
  • Method Details

    • addWebApplication

      void addWebApplication(AntWebAppContext awc)
      Adds a new web application to this server.
      Parameters:
      awc - a AntWebAppContext object.
    • start

      void start()
      Starts this server.
    • getProxiedObject

      Object getProxiedObject()