com.supermap.geoprocessor.services

Class GetJobsLinkedModelNameServlet

  • java.lang.Object
    • HttpServlet
      • com.supermap.geoprocessor.services.GetJobsLinkedModelNameServlet
  • All Implemented Interfaces:
    InterfaceContextAware


    public class GetJobsLinkedModelNameServlet
    extends HttpServlet
    implements InterfaceContextAware
    
     Add job service to the scheduler and operations are as follows:
     1. Create a trigger
     2. Create job
     3. Register job and trigger to the specified scheduler
     
    
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void doGet(HttpServletRequest request, HttpServletResponse response)
      Service receives and processes
      void doPost(HttpServletRequest request, HttpServletResponse response)
      Service receives and processes
      void setInterfaceContext(InterfaceContext context)
      Set the context of the service interface.
      • Methods inherited from class java.lang.Object

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

      • GetJobsLinkedModelNameServlet

        public GetJobsLinkedModelNameServlet()
        
    • Method Detail

      • doGet

        public void doGet(HttpServletRequest request,
                 HttpServletResponse response)
                   throws java.io.IOException,
                          ServletException
        
        Service receives and processes
        Throws:
        java.io.IOException
        ServletException
      • doPost

        public void doPost(HttpServletRequest request,
                  HttpServletResponse response)
                    throws java.io.IOException,
                           ServletException
        
        Service receives and processes
        Throws:
        java.io.IOException
        ServletException