|
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.RemoteResultCollector
public class RemoteResultCollector
Utility class to collect query results into Serializable form convenient for passing over the wire.
Constructor Summary | |
---|---|
RemoteResultCollector(RepositoryReader logReader)
constructs collector retrieving results from the provided RepositoryReader implementation. |
Method Summary | |
---|---|
RemoteInstanceResult |
getLogListForServerInstance(RemoteInstanceDetails indicator,
RepositoryPointer after,
int offset,
int maxRecords,
java.util.Locale locale)
retrieves records and header for one server instance. |
RemoteAllResults |
getLogLists(LogQueryBean logQueryBean,
RepositoryPointer after)
retrieves results for all server instances in the repository. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteResultCollector(RepositoryReader logReader)
logReader
- log record source to query for the requested data.Method Detail |
---|
public RemoteAllResults getLogLists(LogQueryBean logQueryBean, RepositoryPointer after) throws LogRepositoryException
logQueryBean
- query indicatorafter
- starting location of instances to be return.
LogRepositoryException
- indicating that an error occurred while reading list of instances from the server.public RemoteInstanceResult getLogListForServerInstance(RemoteInstanceDetails indicator, RepositoryPointer after, int offset, int maxRecords, java.util.Locale locale) throws LogRepositoryException
indicator
- server instance identifier.after
- starting location after which records are return.offset
- number of records to skip.maxRecords
- maximum number of records to return.locale
- language into which record messages are translated.
LogRepositoryException
- indicating that an error occurred while reading records from the server.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |