public class RemoteAllResults
extends java.lang.Object
implements java.io.Serializable
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.Constructor and Description |
---|
RemoteAllResults(LogQueryBean query)
creates an empty instance of the result corresponding to the query.
|
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() |
public RemoteAllResults(LogQueryBean query)
query
- filter criteria used in the request.public void addInstance(java.util.Date startTime)
startTime
- time at which server was runningpublic java.lang.Iterable<RemoteInstanceDetails> getLogLists()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object