Package com.funambol.syncclient.util

Examples of com.funambol.syncclient.util.PagedVector


             * the Vector containing the changes occurred on the device.
             * It is treated in predefined-size pages to avoid sending
             * to the server in the SyncML message too many items to be
             * modified
             */
            modifiedItems = new PagedVector((Vector)store.getContents(), MAX_ITEM_NUMBER);
        }

        Vector ids = new Vector();

        moreElements = modifiedItems.getNextPage(ids);
View Full Code Here


             * the Vector containing the changes occurred on the device.
             * It is treated in predefined-size pages to avoid sending
             * to the server in the SyncML message too many items to be
             * modified
             */
            modifiedItems = new PagedVector((Vector)store.getContents(), MAX_ITEM_NUMBER);
        }

        Vector ids = new Vector();

        moreElements = modifiedItems.getNextPage(ids);
View Full Code Here

TOP

Related Classes of com.funambol.syncclient.util.PagedVector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.