Interface ServerProxy

  • All Known Implementing Classes:
    ServerProxyImpl

    public interface ServerProxy
    • Method Detail

      • 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

        java.lang.Object getProxiedObject()