|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.logging.hpel.reader.RemoteAllResults
public class RemoteAllResults
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.
Constructor Summary | |
---|---|
RemoteAllResults(LogQueryBean query)
creates an empty instance of the result corresponding to the query. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteAllResults(LogQueryBean query)
query
- filter criteria used in the request.Method Detail |
---|
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
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |