|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PagerFactory
A PagerFactory is used to create Pager or CountingPager instances
Field Summary | |
---|---|
static PagerFactory |
soleInstance
|
Method Summary | |
---|---|
CountingPager |
createCountingPager(int pageSize)
Create a CountingPager with the specified page size |
CountingPager |
createCountingPager(int pageSize,
commonj.sdo.DataObject arguments)
Create a CountingPager with the specified page size and arguments |
Pager |
createPager(int pageSize)
Create a Pager with the specified page size |
Pager |
createPager(int pageSize,
commonj.sdo.DataObject arguments)
Create a pager with the specified page size and arguments |
Field Detail |
---|
static final PagerFactory soleInstance
Method Detail |
---|
Pager createPager(int pageSize) throws MediatorException
pageSize
-
MediatorException
Pager createPager(int pageSize, commonj.sdo.DataObject arguments) throws MediatorException
pageSize
- arguments
-
MediatorException
CountingPager createCountingPager(int pageSize) throws MediatorException
pageSize
-
MediatorException
CountingPager createCountingPager(int pageSize, commonj.sdo.DataObject arguments) throws MediatorException
pageSize
- arguments
-
MediatorException
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |