Class RemoteAllResults
java.lang.Object
com.ibm.websphere.logging.hpel.reader.RemoteAllResults
- All Implemented Interfaces:
- 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 SummaryConstructorsConstructorDescriptionRemoteAllResults(LogQueryBean query) creates an empty instance of the result corresponding to the query.
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddInstance(Date startTime) adds server instance into the list of this result.booleanreturns list of server instances satisfying the request.inthashCode()
- 
Constructor Details- 
RemoteAllResultscreates an empty instance of the result corresponding to the query.- Parameters:
- query- filter criteria used in the request.
 
 
- 
- 
Method Details- 
addInstanceadds server instance into the list of this result.- Parameters:
- startTime- time at which server was running
 
- 
getLogListsreturns list of server instances satisfying the request.- Returns:
- iterable over RemoteInstanceDetails objects
 
- 
hashCodepublic int hashCode()
- 
equals
 
-