wt.pom
Class PagingCacheEntry
java.lang.Object
wt.pom.PagingCacheEntry
- All Implemented Interfaces:
- Serializable
- class PagingCacheEntry
- extends Object
- implements Serializable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pagingSpec
PagingSessionSpec pagingSpec
creator
WTPrincipal creator
fetchInfo
Object fetchInfo
PagingCacheEntry
public PagingCacheEntry(PagingSessionSpec a_pagingSpec,
Object a_fetchInfo)
throws WTException
getPagingSpec
public PagingSessionSpec getPagingSpec()
throws WTException
- Throws:
WTException
getFetchInfo
public Object getFetchInfo()
throws WTException
- Throws:
WTException