Class GroupMonitor

    • Constructor Detail

      • GroupMonitor

        public GroupMonitor​(int runID)
        Constructs a new GroupMonitor request.
        Parameters:
        runID - RunID
    • Method Detail

      • createRequest

        protected void createRequest​(com.uc4.util.XMLDocument doc,
                                     org.w3c.dom.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 java.lang.String getSrc()
        Description copied from class: XMLRequest
        Returns the request source. This method is used internally.
        Specified by:
        getSrc in class XMLRequest
        Returns:
        Source
      • getMaxParallelTasks

        public int getMaxParallelTasks()
        Returns the maximum parallel tasks in group
        Returns:
        max parallel tasks
      • getStatusCode

        public int getStatusCode()
        Returns the status of the task as integer.
        Returns:
        Status code or -1 in case of an error. Possible return values are described in the status: AbstractTask.getStatusCode()
      • isActive

        public boolean isActive()
        Returns:
        true if the if task is active, false otherwise
      • handleContent

        protected void handleContent​(com.uc4.util.XMLDocument doc,
                                     ConnectionAttributes session)
        Description copied from class: XMLRequest
        Sub classes extract the values from the XML document and provide public getter methods.
        Overrides:
        handleContent in class XMLRequest
        Parameters:
        doc - XML Document
        session - Info about the user session
      • size

        public int size()
        Returns the number of tasks in this Group.
        Returns:
        Task count
      • 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
      • getRunID

        public int getRunID()
        Returns the run id of this Group.
        Returns:
        run
      • setActivityGroupMonitor

        public void setActivityGroupMonitor()
        If this method is called the detail of a GroupMonitor in the activity list is returned.
      • setArchiveGroupMonitor

        public void setArchiveGroupMonitor()
        If this method is called the detail of a GroupMonitor in the statistics is returned.
      • setExplorerGroupMonitor

        public void setExplorerGroupMonitor()
        If this method is called the detail of a GroupMonitor in the Explorer is returned.
      • getClient

        public int getClient()
        Returns the client of the group monitor.
        Returns:
        Client number