com.ibm.websphere.logging.hpel.reader

Class RemoteAllResults

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


    public class RemoteAllResults
    extends java.lang.Object
    implements java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      RemoteAllResults(LogQueryBean query)
      creates an empty instance of the result corresponding to the query.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void addInstance(java.util.Date startTime)
      adds server instance into the list of this result.
      boolean equals(java.lang.Object obj) 
      java.lang.Iterable<RemoteInstanceDetails> getLogLists()
      returns list of server instances satisfying the request.
      int hashCode() 
      • Methods inherited from class java.lang.Object

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

      • 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 Detail

      • addInstance

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

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

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

        public boolean equals(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
IBM WebSphere Application ServerTM
Release 8.5