Class RefreshServiceManagerScan

java.lang.Object
com.uc4.communication.requests.XMLRequest
com.uc4.communication.requests.RefreshServiceManagerScan

public class RefreshServiceManagerScan extends XMLRequest
Refreshes the Service Manager Scan for the specified Agent.
  • Constructor Details

    • RefreshServiceManagerScan

      public RefreshServiceManagerScan(AgentListItem agent)
      Creates a new RefreshServiceManagerScan request for an Agent.
      Parameters:
      agent - Agent from the system overview
    • RefreshServiceManagerScan

      public RefreshServiceManagerScan(ServerListItem server)
      Creates a new RefreshServiceManagerScan request for a Server.
      Parameters:
      server - Server from the system overview
    • RefreshServiceManagerScan

      public RefreshServiceManagerScan(AgentListItem[] agents)
      Creates a new RefreshServiceManagerScan request for Agents.
      Parameters:
      agents - array of agents from the system overview
    • RefreshServiceManagerScan

      public RefreshServiceManagerScan(ServerListItem[] servers)
      Creates a new RefreshServiceManagerScan request for Servers.
      Parameters:
      servers - array of servers from the system overview
  • Method Details

    • createRequest

      protected void createRequest(com.uc4.util.XMLDocument doc, Element request, ConnectionAttributes sessionInfo)
      Description copied from class: XMLRequest
      Creates the XML Document for the request. This method is used internally.
      Specified by:
      createRequest in class XMLRequest
      Parameters:
      doc - Document, used to create new Elements
      request - Request Element - classes append information to this request element
      sessionInfo - Information about the session
    • getSrc

      protected String getSrc()
      Description copied from class: XMLRequest
      Returns the request source. This method is used internally.
      Specified by:
      getSrc in class XMLRequest
      Returns:
      Source
    • isAllowedInClientZero

      protected boolean isAllowedInClientZero()
      Description copied from class: XMLRequest
      This method is used internally. Tests if this XMLRequest is allowed in client 0. The default implementation returns false, subclasses may override.
      Overrides:
      isAllowedInClientZero in class XMLRequest
      Returns:
      true if this request is allowed in client 0, false otherwise