com.ibm.websphere.logging.hpel.reader
Interface RepositoryPointer
All Superinterfaces:
java.io.Serializable
- public interface RepositoryPointer
- extends java.io.Serializable
The RepositoryPointer points to an exact point in the repository and can be used in queries to RepositoryReaders. Implementations of the RepositoryPointer interface will vary based on the characteristics of the repository. For example, a file based repository could use a file name and file offset in the repository pointer, whereas a database based repository could use a primary key value in the repository pointer. As such, there are no methods defined on the RepositoryPointer interface.
Instances of this interface are obtained from
RepositoryLogRecordHeader
and can be used in
RepositoryReader
requests.