Class ClusterServiceImpl

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, com.logicaldoc.gui.frontend.client.services.ClusterService, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class ClusterServiceImpl
    extends com.google.gwt.user.server.rpc.RemoteServiceServlet
    implements com.logicaldoc.gui.frontend.client.services.ClusterService
    Implementation of the ClusterService
    Since:
    6.5
    Author:
    Marco Meschieri - LogicalDOC
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.logicaldoc.gui.frontend.client.services.ClusterService

        com.logicaldoc.gui.frontend.client.services.ClusterService.Instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void makeGlobal​(String[] parameters)  
      void makeLocal​(String[] parameters)  
      • Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet

        getSerializationPolicy, init, processCall, processCall, processPost
      • Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet

        doPost
      • Methods inherited from class javax.servlet.http.HttpServlet

        service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
    • Constructor Detail

      • ClusterServiceImpl

        public ClusterServiceImpl()
    • Method Detail

      • makeGlobal

        public void makeGlobal​(String[] parameters)
                        throws com.logicaldoc.gui.common.client.ServerException
        Specified by:
        makeGlobal in interface com.logicaldoc.gui.frontend.client.services.ClusterService
        Throws:
        com.logicaldoc.gui.common.client.ServerException
      • makeLocal

        public void makeLocal​(String[] parameters)
                       throws com.logicaldoc.gui.common.client.ServerException
        Specified by:
        makeLocal in interface com.logicaldoc.gui.frontend.client.services.ClusterService
        Throws:
        com.logicaldoc.gui.common.client.ServerException