Class RemoteAllResults

java.lang.Object
com.ibm.websphere.logging.hpel.reader.RemoteAllResults
All Implemented Interfaces:
Serializable

public class RemoteAllResults extends Object implements Serializable
Collection of instances satisfying query request. Instances of this class are return from the remote queries and contain list of RemoteInstanceDetails objects representing instances containing query result. These objects should be used in server instance specific remote queries to retrieve records satisfying the query created by the indicated instance.
See Also:
  • Constructor Details

    • RemoteAllResults

      public RemoteAllResults(LogQueryBean query)
      creates an empty instance of the result corresponding to the query.
      Parameters:
      query - filter criteria used in the request.
  • Method Details

    • addInstance

      public void addInstance(Date startTime)
      adds server instance into the list of this result.
      Parameters:
      startTime - time at which server was running
    • getLogLists

      public Iterable<RemoteInstanceDetails> getLogLists()
      returns list of server instances satisfying the request.
      Returns:
      iterable over RemoteInstanceDetails objects
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object