wt.pom
Class PagingCacheEntry

java.lang.Object
  extended bywt.pom.PagingCacheEntry
All Implemented Interfaces:
Serializable

class PagingCacheEntry
extends Object
implements Serializable


Field Summary
(package private)  WTPrincipal creator
           
(package private)  Object fetchInfo
           
(package private)  PagingSessionSpec pagingSpec
           
 
Constructor Summary
PagingCacheEntry(PagingSessionSpec a_pagingSpec, Object a_fetchInfo)
           
 
Method Summary
 Object getFetchInfo()
           
 PagingSessionSpec getPagingSpec()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pagingSpec

PagingSessionSpec pagingSpec

creator

WTPrincipal creator

fetchInfo

Object fetchInfo
Constructor Detail

PagingCacheEntry

public PagingCacheEntry(PagingSessionSpec a_pagingSpec,
                        Object a_fetchInfo)
                 throws WTException
Method Detail

getPagingSpec

public PagingSessionSpec getPagingSpec()
                                throws WTException
Throws:
WTException

getFetchInfo

public Object getFetchInfo()
                    throws WTException
Throws:
WTException