IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.logging.hpel.reader
Interface RemoteListCache

All Superinterfaces:
java.io.Serializable

public interface RemoteListCache
extends java.io.Serializable

Repository result cache to improve performance of multiple calls


Method Summary
 int getSize()
          gets number of records in the result based on the information available in this cache.
 boolean isComplete()
          gets indicator that this instance contain statistics for all files in the result
 

Method Detail

isComplete

boolean isComplete()
gets indicator that this instance contain statistics for all files in the result

Returns:
true if all cache info is complete.

getSize

int getSize()
gets number of records in the result based on the information available in this cache.

Returns:
size which could potentially smaller than the full result if isComplete() returns false

IBM WebSphere Application ServerTM
Release 8