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 Summary
ConstructorsConstructorDescriptionRemoteAllResults
(LogQueryBean query) creates an empty instance of the result corresponding to the query. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addInstance
(Date startTime) adds server instance into the list of this result.boolean
returns list of server instances satisfying the request.int
hashCode()
-
Constructor Details
-
RemoteAllResults
creates an empty instance of the result corresponding to the query.- Parameters:
query
- filter criteria used in the request.
-
-
Method Details
-
addInstance
adds server instance into the list of this result.- Parameters:
startTime
- time at which server was running
-
getLogLists
returns list of server instances satisfying the request.- Returns:
- iterable over RemoteInstanceDetails objects
-
hashCode
public int hashCode() -
equals
-