Serialized Form

  • Package org.serviceconnector.web

    • Exception org.serviceconnector.web.LoginException

      class LoginException extends Exception implements Serializable
      serialVersionUID:
      -7805640643661623372L
    • Exception org.serviceconnector.web.NotFoundException

      class NotFoundException extends Exception implements Serializable
      serialVersionUID:
      -7695341821523840247L
    • Class org.serviceconnector.web.SCBasePublishServlet

      class SCBasePublishServlet extends SCBaseServlet implements Serializable
      serialVersionUID:
      8439823120932344164L
    • Class org.serviceconnector.web.SCBaseServlet

      class SCBaseServlet extends jakarta.servlet.http.HttpServlet implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • checkRegistrationIntervalSeconds
          int checkRegistrationIntervalSeconds
          The check registration interval seconds.
        • maxConnections
          int maxConnections
          The max connections the servlet can handle.
        • maxSessions
          int maxSessions
          The max sessions the servlet can handle.
        • registered
          boolean registered
          The registered.
        • requester
          org.serviceconnector.net.req.SCRequester requester
          The requester.
        • serverTimeout
          ScheduledFuture<org.serviceconnector.util.TimeoutWrapper> serverTimeout
          The serverTimeout, timeout runs when server entry on SC need to be refreshed.
        • serviceName
          String serviceName
          The service name.
        • tomcatPort
          int tomcatPort
          The tomcat listening port.
        • urlPath
          String urlPath
          The URL path. Used by SC to call the servlet(URL).
    • Class org.serviceconnector.web.SCBaseSessionServlet

      class SCBaseSessionServlet extends SCBaseServlet implements Serializable
      serialVersionUID:
      -4306065693203937304L