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
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
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 |
---|---|
|
addInstance(java.util.Date startTime)
adds server instance into the list of this result.
|
|
equals(java.lang.Object obj)
|
|
getLogLists()
returns list of server instances satisfying the request.
|
|
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