com.ibm.websphere.sdo.mediator.jdbc

Interface PagerFactory



  • public interface PagerFactory
    A PagerFactory is used to create Pager or CountingPager instances
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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
    • Method Detail

      • createPager

        Pager createPager(int pageSize,
                        commonj.sdo.DataObject arguments)
                          throws MediatorException
        Create a pager with the specified page size and arguments
        Parameters:
        pageSize -
        arguments -
        Returns:
        the pager
        Throws:
        MediatorException
      • createCountingPager

        CountingPager createCountingPager(int pageSize,
                                        commonj.sdo.DataObject arguments)
                                          throws MediatorException
        Create a CountingPager with the specified page size and arguments
        Parameters:
        pageSize -
        arguments -
        Returns:
        the counting pager
        Throws:
        MediatorException
IBM WebSphere Application ServerTM
Release 8.5