org.springframework.ldap.support.control
Class PagedResultsCookie

java.lang.Object
  extended by org.springframework.ldap.support.control.PagedResultsCookie

public class PagedResultsCookie
extends java.lang.Object

Wrapper class for the cookie returned when using the PagedResultsControl.

Author:
Mattias Arthursson, Ulrik Sandberg

Constructor Summary
PagedResultsCookie(byte[] cookie)
          Constructor.
 
Method Summary
 byte[] getCookie()
          Get the cookie.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagedResultsCookie

public PagedResultsCookie(byte[] cookie)
Constructor.

Parameters:
cookie - the cookie returned by a PagedResultsResponseControl.
Method Detail

getCookie

public byte[] getCookie()
Get the cookie.

Returns:
the cookie.


Copyright � 2002-2006. All Rights Reserved.