com.ibm.websphere.logging.hpel.reader

Class RemoteAllResults

  1. java.lang.Object
  2. extended bycom.ibm.websphere.logging.hpel.reader.RemoteAllResults
All implemented interfaces:
java.io.Serializable

  1. public class RemoteAllResults
  2. extends java.lang.Object
  3. 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

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

Method Summary

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

Constructor Detail

RemoteAllResults

  1. 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

  1. 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

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

hashCode

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

equals

  1. public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object